WalletGroupAssetsResponse

Represents wallet assets (Apple Wallet, Google Pay) associated with a wallet group

Overview of WalletGroupAssetsResponse goes here.

WalletGroupAssetsResponse Properties

WalletGroupAssetsResponse

Field Type Inherited from Description
AssetId Int32 WalletGroupAssetsResponse Gets or sets the unique identifier for the wallet asset
WalletType String WalletGroupAssetsResponse Gets or sets the wallet type (e.g., “apple”, “google”)

JSON Structure of WalletGroupAssetsResponse

{
   "AssetId"	:	"Int32",
   "WalletType"	:	"String"
}