Name | Type | Description | Notes |
---|---|---|---|
Id | string | The customer's unique ID. | |
CreatedAt | string | The time when the customer was created, in RFC 3339 format. | |
UpdatedAt | string | The time when the customer was last updated, in RFC 3339 format. | |
Cards | List<Card> | The non-confidential details of the customer's cards on file. | [optional] |
GivenName | string | The customer's given (i.e., first) name. | [optional] |
FamilyName | string | The customer's family (i.e., last) name. | [optional] |
Nickname | string | The customer's nickname. | [optional] |
CompanyName | string | The name of the customer's company. | [optional] |
EmailAddress | string | The customer's email address. | [optional] |
Address | Address | The customer's physical address. | [optional] |
PhoneNumber | string | The customer's phone number. | [optional] |
ReferenceId | string | A second ID you can set to associate the customer with an entity in another system. | [optional] |
Note | string | A note to associate with the customer. | [optional] |
Preferences | CustomerPreferences | The customer's preferences. | [optional] |
Groups | List<CustomerGroupInfo> | The groups the customer belongs to. | [optional] |