Represents a Square customer profile, which can have one or more cards on file associated with it.
Name | Type | Description | Notes |
---|---|---|---|
id | String | A unique, Square-assigned object ID. | |
createdAt | String | The time when the customer profile was created, in RFC 3339 format. | |
updatedAt | String | The time when the customer profile was last updated, in RFC 3339 format. | |
cards | List<Card> | Payment details of cards stored on file for the customer profile. | [optional] |
givenName | String | The given (i.e., first) name associated with the customer profile. | [optional] |
familyName | String | The family (i.e., last) name associated with the customer profile. | [optional] |
nickname | String | A nickname for the customer profile. | [optional] |
companyName | String | A business name associated with the customer profile. | [optional] |
emailAddress | String | The email address associated with the customer profile. | [optional] |
address | Address | The physical address associated with the customer profile. | [optional] |
phoneNumber | String | The 11-digit phone number associated with the customer profile. | [optional] |
birthday | String | The birthday associated with the customer profile, in RFC-3339 format. Year is optional, timezone and times are not allowed. For example: `0000-09-01T00:00:00-00:00` indicates a birthday on September 1st. `1998-09-01T00:00:00-00:00` indications a birthday on September 1st 1998. | [optional] |
referenceId | String | An optional, second ID used to associate the customer profile with an entity in another system. | [optional] |
note | String | A custom note associated with the customer profile. | [optional] |
preferences | CustomerPreferences | Represents general customer preferences. | [optional] |
groups | List<CustomerGroupInfo> | The groups the customer belongs to. | [optional] |
creationSource | String | A creation source represents the method used to create the customer profile. See CustomerCreationSource for possible values | [optional] |