Class CustomerToken
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token.Definitions
Assembly: connect-sdk-dotnet.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 |