addressLine | Array of strings [ 0 .. 7 ] items |
addressType | string (AddressTypeCode)
|
buildingName | string [ 1 .. 35 ] characters |
buildingNumber | string [ 1 .. 16 ] characters |
country | string (CountryCode) [A-Z]{2,2} A code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code). |
countrySubDivision | string [ 1 .. 35 ] characters |
department | string [ 1 .. 70 ] characters |
districtName | string [ 1 .. 35 ] characters |
floor | string [ 1 .. 70 ] characters |
postBox | string [ 1 .. 16 ] characters |
postCode | string [ 1 .. 16 ] characters |
streetName | string [ 1 .. 70 ] characters |
townLocationName | string [ 1 .. 35 ] characters |
townName | string [ 1 .. 35 ] characters |
{- "addressLine": [
- "string"
], - "addressType": "ADDR",
- "buildingName": "string",
- "buildingNumber": "string",
- "country": "string",
- "countrySubDivision": "string",
- "department": "string",
- "districtName": "string",
- "floor": "string",
- "postBox": "string",
- "postCode": "string",
- "streetName": "string",
- "townLocationName": "string",
- "townName": "string"
}