GoogleApi.WalletObjects.V1.Model.IssuerToUserInfo (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
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
@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 }