Record
customer-data-customer-interface
No description available.
record customer-data-customer-interface {
addresses: option<list<customer-data-address-interface>>,
confirmation: option<string>,
created-at: option<string>,
created-in: option<string>,
custom-attributes: option<list<framework-attribute-interface>>,
default-billing: option<string>,
default-shipping: option<string>,
disable-auto-group-change: option<s32>,
dob: option<string>,
email: string,
extension-attributes: option<customer-data-customer-extension-interface>,
firstname: string,
gender: option<s32>,
group-id: option<s32>,
id: option<s32>,
lastname: string,
middlename: option<string>,
prefix: option<string>,
store-id: option<s32>,
suffix: option<string>,
taxvat: option<string>,
updated-at: option<string>,
website-id: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| addresses | option<list<customer-data-address-interface>> | |
| confirmation | option<string> | |
| created-at | option<string> | |
| created-in | option<string> | |
| custom-attributes | option<list<framework-attribute-interface>> | |
| default-billing | option<string> | |
| default-shipping | option<string> | |
| disable-auto-group-change | option<s32> | |
| dob | option<string> | |
| string | ||
| extension-attributes | option<customer-data-customer-extension-interface> | |
| firstname | string | |
| gender | option<s32> | |
| group-id | option<s32> | |
| id | option<s32> | |
| lastname | string | |
| middlename | option<string> | |
| prefix | option<string> | |
| store-id | option<s32> | |
| suffix | option<string> | |
| taxvat | option<string> | |
| updated-at | option<string> | |
| website-id | option<s32> |