TravelAgentTaxAddress
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CompanyAddress. |
communicationLocationType | CommunicationLocationType | true | Gives more information about that address |
street | String | false | The email address itself. |
city | String | false | Possible remarks about this email. |
stateProvName | String | false | |
stateProvCode | String | false | ISO 3166-2 |
postalCode | String | false | |
countryCode | String | false | ISO 3166-1 alpha-2 |
remark | String | false | Possible remarks about this address. |
JSON representation
{ "id": 1, "communicationLocationType": { "id": 1, "code": "1", "name": "Home" }, "street": "Sepulveda", "city": "Barcelona", "stateProvName": "Barcelona", "stateProvCode": "ES-B", "postalCode": "08030", "countryCode": "ES", "remark": null }