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