Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.49 KB

Customer.md

File metadata and controls

24 lines (19 loc) · 1.49 KB

Customer

Properties

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]