Address

addressLines
required
Array of strings

The address lines of the address.

administrativeArea
string or null

The administrative area of the address.

languageCode
string or null

The language code of the address.

locality
string or null

The locality of the address.

postalCode
string or null

The postal code of the address.

regionCode
required
string

The region code of the address.

revision
required
integer <int32>

The revision number of the address.

sortingCode
string or null

The sorting code of the address.

sublocality
string or null

The sublocality of the address.

{
  • "regionCode": "string",
  • "addressLines": [
    ],
  • "revision": 0,
  • "languageCode": "string",
  • "postalCode": "string",
  • "sortingCode": "string",
  • "administrativeArea": "string",
  • "locality": "string",
  • "sublocality": "string"
}