View Source GoogleApi.Admin.Directory_v1.Model.CustomerPostalAddress (google_api_admin v0.43.0)
Attributes
-
addressLine1(type:String.t, default:nil) - A customer's physical address. The address can be composed of one to three lines. -
addressLine2(type:String.t, default:nil) - Address line 2 of the address. -
addressLine3(type:String.t, default:nil) - Address line 3 of the address. -
contactName(type:String.t, default:nil) - The customer contact's name. -
countryCode(type:String.t, default:nil) - This is a required property. ForcountryCodeinformation see the ISO 3166 country code elements. -
locality(type:String.t, default:nil) - Name of the locality. An example of a locality value is the city ofSan Francisco. -
organizationName(type:String.t, default:nil) - The company or company division name. -
postalCode(type:String.t, default:nil) - The postal code. A postalCode example is a postal zip code such as10009. This is in accordance with - http: //portablecontacts.net/draft-spec.html#address_element. -
region(type:String.t, default:nil) - Name of the region. An example of a region value isNYfor the state of New York.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.CustomerPostalAddress{ addressLine1: String.t() | nil, addressLine2: String.t() | nil, addressLine3: String.t() | nil, contactName: String.t() | nil, countryCode: String.t() | nil, locality: String.t() | nil, organizationName: String.t() | nil, postalCode: String.t() | nil, region: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.