Class OnboardingCreateVendorCustomer
Inheritance
System.Object
OnboardingCreateVendorCustomer
Namespace: anybill.POS.Client.Models.Onboarding
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class OnboardingCreateVendorCustomer
Properties
Address
Address of the vendorCustomer.
Declaration
public Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
BillingAddress
Billing address of the vendorCustomer.
Declaration
public BillingAddress BillingAddress { get; set; }
Property Value
Type | Description |
---|---|
BillingAddress |
CompanyName
Name of the vendorCustomer.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DistributorCustomerId
Id of the distributor customer. is required if the customer is serviced via the POS specialist dealer.
Declaration
public Guid? DistributorCustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
E-mail address of the vendorCustomer. This E-mail is used to send the registration mail to the customer.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoicingEmail
Optional invoice Email address.
Declaration
public string InvoicingEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |