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

View Source

Attributes

  • action (type: String.t, default: nil) -
  • signUpInfo (type: GoogleApi.WalletObjects.V1.Model.SignUpInfo.t, default: nil) -
  • url (type: String.t, default: nil) - Currently not used, consider deprecating.
  • value (type: String.t, default: nil) - JSON web token for action S2AP.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.IssuerToUserInfo{
  action: String.t() | nil,
  signUpInfo: GoogleApi.WalletObjects.V1.Model.SignUpInfo.t() | nil,
  url: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.