View Source GoogleApi.WalletObjects.V1.Model.IssuerContactInfo (google_api_wallet_objects v0.10.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.