Class OnboardingCreateStore
Inheritance
System.Object
OnboardingCreateStore
Namespace: anybill.POS.Client.Models.Onboarding
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class OnboardingCreateStore
Properties
StoreDetail
Store detail information.
Declaration
public OnboardingCreateStoreDetail StoreDetail { get; set; }
Property Value
Type | Description |
---|---|
OnboardingCreateStoreDetail |
VendorCustomerStoreId
Id of the store for the vendorCustomer. Must be unique for every vendorCustomer.
Declaration
public string VendorCustomerStoreId { get; set; }
Property Value
Type | Description |
---|---|
System.String |