View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TransactionDataAddress (google_api_recaptcha_enterprise v0.7.0)

Structured address format for billing and shipping addresses.

Attributes

  • address (type: list(String.t), default: nil) - Optional. The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
  • administrativeArea (type: String.t, default: nil) - Optional. The state, province, or otherwise administrative area of the address.
  • locality (type: String.t, default: nil) - Optional. The town/city of the address.
  • postalCode (type: String.t, default: nil) - Optional. The postal or ZIP code of the address.
  • recipient (type: String.t, default: nil) - Optional. The recipient name, potentially including information such as "care of".
  • regionCode (type: String.t, default: nil) - Optional. The CLDR country/region of the address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TransactionDataAddress{
    address: [String.t()] | nil,
    administrativeArea: String.t() | nil,
    locality: String.t() | nil,
    postalCode: String.t() | nil,
    recipient: String.t() | nil,
    regionCode: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.