Address

Common address object.

Common address object.

type
string or null
Allowed values:
businessresidential
street_1
string
required

Address_line1 of address.

Example:
123 Main Street
street_2
string or null

Address_line2 of address.

Example:
Suite 200
street_3
string or null

Address_line3 of address.

street_number
string or null

Street number.

Example:
125
district
string or null

District name.

Example:
South District
county
string or null

County name.

Example:
Santa Clara County
postal_code
string or null

Postal code.

Example:
95113
city
string or null

City name.

Example:
San Jose
state
object or null

State object

name
string

State name.

Example:
California
code
string

State code, ISO 3166-2 standard.

Example:
US-CA
country_region
object
required

Country region object.

name
string

Country name.

Example:
United States
code
string
required

ISO 3166-1 alpha-3.

Example:
USA
coordinate
object

Coordinate object.

longitude
number

Longitude value.

Example:
37.34
latitude
number

Latitude value.

Example:
-121.89
Example
preparing...