Class CustomerToken
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CustomerToken : CustomerBase
Properties
BillingAddress
Object containing the billing address details
Declaration
public Address BillingAddress { get; set; }
Property Value
Type | Description |
---|---|
Address |
PersonalInformation
Object containing personal information of the customer
Declaration
public PersonalInformationToken PersonalInformation { get; set; }
Property Value
Type | Description |
---|---|
PersonalInformationToken |