Class Onboarding
Inheritance
System.Object
Onboarding
Namespace: anybill.POS.Client.Models.Onboarding
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Onboarding
Properties
PosSoftwareCustomerId
Id of the POS software customer.
Declaration
public Guid PosSoftwareCustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Stores
List of stores created.
Declaration
public List<OnboardingCreateStore> Stores { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<OnboardingCreateStore> |
VendorCustomer
Information about the vendor customer which should be create in the anybill systems.
Declaration
public OnboardingCreateVendorCustomer VendorCustomer { get; set; }
Property Value
Type | Description |
---|---|
OnboardingCreateVendorCustomer |