Address
The Address object indicates a postal address. It contains the following attributes:
Field
Type
Description
addressLine1
string
The line 1 of the postal address.
addressLine2
string
The line 2 of the postal address.
postCode
string
The post code or ZIP code for the address.
city
string
The city or town name for the address.
state
string
The full name or abbreviation for the state.
Example
{
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B",
"postCode": "12345",
"city": "Cityville",
"state": "S",
"country": "ST"
}
Last updated
Was this helpful?