UserAddressMedia

UserAddressMedia
UserAddressMedia

The full address of the user

JSON Example
{
    "type": "home",
    "region": "CA",
    "country": "USA",
    "formatted": "456 Hollywood Blvd\nHollywood, CA 91608 USA",
    "streetAddress": "456 Hollywood Blvd",
    "postalCode": "91608",
    "primary": true,
    "locality": "Hollywood"
}
string
type
Optional

A label indicating the attribute's function; e.g., 'work' or 'home'

Possible values are : work, home, other,
string
region
Optional

The state or region component

string
country
Optional

The country name component.When specified, the value MUST be in ISO 3166-1 "alpha-2" code format [ISO3166]; e.g., the United States and Sweden are "US" and "SE", respectively.

string
formatted
Optional

The full mailing address, formatted for display or use with a mailing label

string
streetAddress
Optional

The full street address component, which may include house number, street name, P.O. box, and multi-line extended street address information

string
postalCode
Optional

The zip code or postal code component

boolean
primary
Optional

A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

string
locality
Optional

The city or locality component

Property Of