Record
customer-data-address-interface
No description available.
record customer-data-address-interface {
city: option<string>,
company: option<string>,
country-id: option<string>,
custom-attributes: option<list<framework-attribute-interface>>,
customer-id: option<s32>,
default-billing: option<bool>,
default-shipping: option<bool>,
extension-attributes: option<customer-data-address-extension-interface>,
fax: option<string>,
firstname: option<string>,
id: option<s32>,
lastname: option<string>,
middlename: option<string>,
postcode: option<string>,
prefix: option<string>,
region: option<customer-data-region-interface>,
region-id: option<s32>,
street: option<list<string>>,
suffix: option<string>,
telephone: option<string>,
vat-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| city | option<string> | |
| company | option<string> | |
| country-id | option<string> | |
| custom-attributes | option<list<framework-attribute-interface>> | |
| customer-id | option<s32> | |
| default-billing | option<bool> | |
| default-shipping | option<bool> | |
| extension-attributes | option<customer-data-address-extension-interface> | |
| fax | option<string> | |
| firstname | option<string> | |
| id | option<s32> | |
| lastname | option<string> | |
| middlename | option<string> | |
| postcode | option<string> | |
| prefix | option<string> | |
| region | option<customer-data-region-interface> | |
| region-id | option<s32> | |
| street | option<list<string>> | |
| suffix | option<string> | |
| telephone | option<string> | |
| vat-id | option<string> |