View Source GoogleApi.WalletObjects.V1.Model.AppLinkData (google_api_wallet_objects v0.3.0)
Attributes
-
androidAppLinkInfo
(type:GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t
, default:nil
) - Optional information about the partner app link. If included, the app link link module will be rendered on the valuable details on the android client. -
iosAppLinkInfo
(type:GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t
, default:nil
) - Optional information about the partner app link. If included, the app link link module will be rendered on the valuable details on the ios client. -
webAppLinkInfo
(type:GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t
, default:nil
) - Optional information about the partner app link. If included, the app link link module will be rendered on the valuable details on the web client.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.AppLinkData{ androidAppLinkInfo: GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t() | nil, iosAppLinkInfo: GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t() | nil, webAppLinkInfo: GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.