View Source GoogleApi.MyBusinessVerifications.V1.Model.AddressVerificationData (google_api_my_business_verifications v0.5.0)

Display data for verifications through postcard.

Attributes

  • address (type: GoogleApi.MyBusinessVerifications.V1.Model.PostalAddress.t, default: nil) - Address that a postcard can be sent to.
  • business (type: String.t, default: nil) - Merchant's business name.
  • expectedDeliveryDaysRegion (type: integer(), default: nil) - Expected number of days it takes to deliver a postcard to the address's region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessVerifications.V1.Model.AddressVerificationData{
  address: GoogleApi.MyBusinessVerifications.V1.Model.PostalAddress.t() | nil,
  business: String.t() | nil,
  expectedDeliveryDaysRegion: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.