Address Type
object
(Address)
Address Properties
Property | Type | Required | Nullable |
---|---|---|---|
entity_number | string | Optional | can be null |
street | string | Optional | can be null |
city | string | Optional | cannot be null |
state | string | Optional | cannot be null |
zip | string | Required | cannot be null |
country | string | Required | cannot be null |
raw_address | string | Optional | can be null |
Sample JSON
{
"entity_number": "1447",
"street": "Winding",
"city": "Providence",
"state": "RI",
"zip": "22903",
"country": "USA",
"raw_address": "1447, Winding Way, Providence, RI 22903"
}