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

View Source

Attributes

  • callbackOptions (type: GoogleApi.WalletObjects.V1.Model.CallbackOptions.t, default: nil) - Allows the issuer to provide their callback settings.
  • contactInfo (type: GoogleApi.WalletObjects.V1.Model.IssuerContactInfo.t, default: nil) - Issuer contact information.
  • homepageUrl (type: String.t, default: nil) - URL for the issuer's home page.
  • issuerId (type: String.t, default: nil) - The unique identifier for an issuer account. This is automatically generated when the issuer is inserted.
  • name (type: String.t, default: nil) - The account name of the issuer.
  • smartTapMerchantData (type: GoogleApi.WalletObjects.V1.Model.SmartTapMerchantData.t, default: nil) - Available only to Smart Tap enabled partners. Contact support for additional guidance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.Issuer{
  callbackOptions: GoogleApi.WalletObjects.V1.Model.CallbackOptions.t() | nil,
  contactInfo: GoogleApi.WalletObjects.V1.Model.IssuerContactInfo.t() | nil,
  homepageUrl: String.t() | nil,
  issuerId: String.t() | nil,
  name: String.t() | nil,
  smartTapMerchantData:
    GoogleApi.WalletObjects.V1.Model.SmartTapMerchantData.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.