registry_api.v1.PostalAddress
type PostalAddress
PostalAddress
registry_api.v1.PostalAddress
registry_api.v1.PostalAddress
Field | Type | Description |
---|---|---|
country | string | Country, e.g. United States |
city | string | City, e.g. Anytown |
state | string | State, e.g. AL |
postal_code | string | Postal Code, e.g. 10101 |
street | string | Street Address, e.g. 123 Sesame Street |
{
"country": "United States",
"city": "Anytown",
"state": "AL",
"postal_code": "10101",
"street": "123 Sesame Street"
}