google_api_reseller v0.2.0 GoogleApi.Reseller.V1.Model.Address View Source

JSON template for address of a customer.

Attributes

  • addressLine1 (String.t): A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional. Defaults to: null.
  • addressLine2 (String.t): Line 2 of the address. Defaults to: null.
  • addressLine3 (String.t): Line 3 of the address. Defaults to: null.
  • contactName (String.t): The customer contact's name. This is required. Defaults to: null.
  • countryCode (String.t): For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer. Defaults to: null.
  • kind (String.t): Identifies the resource as a customer address. Value: customers#address Defaults to: null.
  • locality (String.t): An example of a locality value is the city of San Francisco. Defaults to: null.
  • organizationName (String.t): The company or company division name. This is required. Defaults to: null.
  • postalCode (String.t): A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer. Defaults to: null.
  • region (String.t): An example of a region value is CA for the state of California. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Reseller.V1.Model.Address{
  addressLine1: any(),
  addressLine2: any(),
  addressLine3: any(),
  contactName: any(),
  countryCode: any(),
  kind: any(),
  locality: any(),
  organizationName: any(),
  postalCode: any(),
  region: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.