Record
sales-data-order-address-interface
No description available.
record sales-data-order-address-interface {
address-type: string,
city: string,
company: option<string>,
country-id: string,
customer-address-id: option<s32>,
customer-id: option<s32>,
email: option<string>,
entity-id: option<s32>,
extension-attributes: option<sales-data-order-address-extension-interface>,
fax: option<string>,
firstname: string,
lastname: string,
middlename: option<string>,
parent-id: option<s32>,
postcode: string,
prefix: option<string>,
region: option<string>,
region-code: option<string>,
region-id: option<s32>,
street: option<list<string>>,
suffix: option<string>,
telephone: string,
vat-id: option<string>,
vat-is-valid: option<s32>,
vat-request-date: option<string>,
vat-request-id: option<string>,
vat-request-success: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| address-type | string | |
| city | string | |
| company | option<string> | |
| country-id | string | |
| customer-address-id | option<s32> | |
| customer-id | option<s32> | |
| option<string> | ||
| entity-id | option<s32> | |
| extension-attributes | option<sales-data-order-address-extension-interface> | |
| fax | option<string> | |
| firstname | string | |
| lastname | string | |
| middlename | option<string> | |
| parent-id | option<s32> | |
| postcode | string | |
| prefix | option<string> | |
| region | option<string> | |
| region-code | option<string> | |
| region-id | option<s32> | |
| street | option<list<string>> | |
| suffix | option<string> | |
| telephone | string | |
| vat-id | option<string> | |
| vat-is-valid | option<s32> | |
| vat-request-date | option<string> | |
| vat-request-id | option<string> | |
| vat-request-success | option<s32> |