GoogleApi.WalletObjects.V1.Model.IssuerContactInfo (google_api_wallet_objects v0.12.0)

View Source

Attributes

  • alertsEmails (type: list(String.t), default: nil) - Email addresses which will receive alerts.
  • email (type: String.t, default: nil) - The primary contact email address.
  • name (type: String.t, default: nil) - The primary contact name.
  • phone (type: String.t, default: nil) - The primary contact phone number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.IssuerContactInfo{
  alertsEmails: [String.t()] | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.