SalesDataOrderAddressInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| addressType | string | Address type. | |
| city | string | City. | |
| company | string | Company. | [optional] |
| countryId | string | Country ID. | |
| customerAddressId | int | Country address ID. | [optional] |
| customerId | int | Customer ID. | [optional] |
| string | Email address. | [optional] | |
| entityId | int | Order address ID. | [optional] |
| fax | string | Fax number. | [optional] |
| firstname | string | First name. | |
| lastname | string | Last name. | |
| middlename | string | Middle name. | [optional] |
| parentId | int | Parent ID. | [optional] |
| postcode | string | Postal code. | |
| prefix | string | Prefix. | [optional] |
| region | string | Region. | [optional] |
| regionCode | string | Region code. | [optional] |
| regionId | int | Region ID. | [optional] |
| street | string[] | Array of any street values. Otherwise, null. | [optional] |
| suffix | string | Suffix. | [optional] |
| telephone | string | Telephone number. | |
| vatId | string | VAT ID. | [optional] |
| vatIsValid | int | VAT-is-valid flag value. | [optional] |
| vatRequestDate | string | VAT request date. | [optional] |
| vatRequestId | string | VAT request ID. | [optional] |
| vatRequestSuccess | int | VAT-request-success flag value. | [optional] |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\SalesDataOrderAddressExtensionInterface | [optional] |