Address of a customer or a business.
JSON representation |
---|
{ "addressCountry": string, "addressLocality": string, "addressRegion": string, "postalCode": string, "streetAddress": string } |
Fields | |
---|---|
address |
The country, specified using its ISO 3166-1 alpha-2 country code, e.g. "US" (required) |
address |
The locality, e.g. "Mountain View". (required) |
address |
The region, e.g. "CA". This field is only required in countries where region is commonly a part of the address. (optional) |
postal |
The postal code, e.g. "94043". (required) |
street |
The street address, e.g. "1600 Amphitheatre Pkwy". (required) |