An object representing a physical address.
Attribute | Type | Description |
---|---|---|
street | String | Street number and name. |
apt | String | Apt, unit or suite #. |
city | String | City name. |
state | String | For US addresses: 2-letter state abbreviation; For international addresses: full region or province name. |
zip | String | For US addresses: numerical ZIP code; For international addresses: postal code. |
country | String | 2-letter country code (ISO 3166). |