The AddressData Object in Detail
{
"street_address": ?string,
"street_address2": ?string,
"postalcode": ?string,
"city": ?string,
"region": ?string,
"country": ?string
}
street_address String, optional
The main part of the address such as street name, street number, or a PO box.
street_address2 String, optional
Additional address information such as apartment, floor, suite, building or other specific information.
postalcode String, optional
Country specific postal code.
city String, optional
The city of the address.
region String, optional
The region of the address.
Example
{
"street_address": "Doestreet 3",
"street_address2": "Backside of the House, Floor 2",
"postalcode": "12345",
"city": "Faketown",
"region": "Exampleregion",
"country": "US"
}