PostalAddress

Address of a customer or a business.

JSON representation
{
  "addressCountry": string,
  "addressLocality": string,
  "addressRegion": string,
  "postalCode": string,
  "streetAddress": string
}
Fields
addressCountry

string

The country, specified using its ISO 3166-1 alpha-2 country code, e.g. "US" (required)

addressLocality

string

The locality, e.g. "Mountain View". (required)

addressRegion

string

The region, e.g. "CA". This field is only required in countries where region is commonly a part of the address. (optional)

postalCode

string

The postal code, e.g. "94043". (required)

streetAddress

string

The street address, e.g. "1600 Amphitheatre Pkwy". (required)