Represents wallet assets (Apple Wallet, Google Pay) associated with a wallet group
Overview of WalletGroupAssetsResponse goes here.
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”) |
{
"AssetId" : "Int32",
"WalletType" : "String"
}