Class OnboardingStore
Inheritance
System.Object
OnboardingStore
Namespace: anybill.POS.Client.Models.Onboarding.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class OnboardingStore
Properties
Name
Name of the store.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VendorCustomerStoreId
Id of the store.
Declaration
public string VendorCustomerStoreId { get; set; }
Property Value
Type | Description |
---|---|
System.String |