address Type

object (Details)

address Properties

Property Type Required Nullable Defined by
country string Optional cannot be null JsonLead
area_level_1 string Optional cannot be null JsonLead
area_level_2 string Optional cannot be null JsonLead
area_level_3 string Optional cannot be null JsonLead
postal_code string Optional cannot be null JsonLead
locality string Optional cannot be null JsonLead
route string Optional cannot be null JsonLead
street_number string Optional cannot be null JsonLead
address_details string Optional cannot be null JsonLead

country

Country code of the address (Following ISO 3166-1 alpha-2)

country

country Type

string (Country)

area_level_1

Level 1 administrative division of the address (Community, State). See https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country for more information

area_level_1

area_level_1 Type

string (Area level 1)

area_level_2

Level 2 administrative division of the address (Province, County). See https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country for more information

area_level_2

area_level_2 Type

string (Area level 2)

area_level_3

Level 3 administrative division of the address (French arrondissements). See https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country for more information

area_level_3

area_level_3 Type

string (Area level 3)

postal_code

Postal code of the address

postal_code

postal_code Type

string (Postal Code)

locality

Municipalities of the address (Town, City)

locality

locality Type

string (Locality)

route

Street name of the address

route

route Type

string (Route)

street_number

Street number of the address

street_number

street_number Type

string (Street number)

address_details

Additional details about the address

address_details

address_details Type

string (Adress details)