Record
customer
No description available.
record customer {
address: option<address>,
birthday: option<string>,
cards: option<list<card>>,
company-name: option<string>,
created-at: option<string>,
creation-source: option<string>,
email-address: option<string>,
family-name: option<string>,
given-name: option<string>,
group-ids: option<list<string>>,
id: option<string>,
nickname: option<string>,
note: option<string>,
phone-number: option<string>,
preferences: option<customer-preferences>,
reference-id: option<string>,
segment-ids: option<list<string>>,
updated-at: option<string>,
version: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<address> | |
| birthday | option<string> | |
| cards | option<list<card>> | |
| company-name | option<string> | |
| created-at | option<string> | |
| creation-source | option<string> | |
| email-address | option<string> | |
| family-name | option<string> | |
| given-name | option<string> | |
| group-ids | option<list<string>> | |
| id | option<string> | |
| nickname | option<string> | |
| note | option<string> | |
| phone-number | option<string> | |
| preferences | option<customer-preferences> | |
| reference-id | option<string> | |
| segment-ids | option<list<string>> | |
| updated-at | option<string> | |
| version | option<s64> |