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