Record
get-ecommerce-stores-id-customers-response-customers-item
No description available.
record get-ecommerce-stores-id-customers-response-customers-item {
links: option<list<get-ecommerce-stores-id-customers-response-customers-item-links-item>>,
address: option<get-ecommerce-stores-id-customers-response-customers-item-address>,
company: option<string>,
created-at: option<string>,
email-address: option<string>,
first-name: option<string>,
id: option<string>,
last-name: option<string>,
opt-in-status: option<bool>,
orders-count: option<s32>,
total-spent: option<f64>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| links | option<list<get-ecommerce-stores-id-customers-response-customers-item-links-item>> | |
| address | option<get-ecommerce-stores-id-customers-response-customers-item-address> | |
| company | option<string> | |
| created-at | option<string> | |
| email-address | option<string> | |
| first-name | option<string> | |
| id | option<string> | |
| last-name | option<string> | |
| opt-in-status | option<bool> | |
| orders-count | option<s32> | |
| total-spent | option<f64> | |
| updated-at | option<string> |