CustomerDataAddressInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ID | [optional] |
| customerId | int | Customer ID | [optional] |
| region | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataRegionInterface | [optional] | |
| regionId | int | Region ID | [optional] |
| countryId | string | Country code in ISO_3166-2 format | [optional] |
| street | string[] | Street | [optional] |
| company | string | Company | [optional] |
| telephone | string | Telephone number | [optional] |
| fax | string | Fax number | [optional] |
| postcode | string | Postcode | [optional] |
| city | string | City name | [optional] |
| firstname | string | First name | [optional] |
| lastname | string | Last name | [optional] |
| middlename | string | Middle name | [optional] |
| prefix | string | Prefix | [optional] |
| suffix | string | Suffix | [optional] |
| vatId | string | Vat id | [optional] |
| defaultShipping | bool | If this address is default shipping address. | [optional] |
| defaultBilling | bool | If this address is default billing address | [optional] |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataAddressExtensionInterface | [optional] | |
| customAttributes | \SpringImport\Swagger\Magento2\Client\Model\FrameworkAttributeInterface[] | Custom attributes values. | [optional] |