WalletGroupAssetsRequest

Represents a request to configure wallet assets (icons, colors, images) for Apple Wallet or Google Pay

Overview of WalletGroupAssetsRequest goes here.

WalletGroupAssetsRequest Properties

WalletGroupAssetsRequest

Field Type Inherited from Description
AlertIcon String WalletGroupAssetsRequest Gets or sets the alert icon image in base64-encoded format
BackgroundColor String WalletGroupAssetsRequest Gets or sets the background color in hexadecimal format
CardBackground String WalletGroupAssetsRequest Gets or sets the card background image in base64-encoded format
CardLogo String WalletGroupAssetsRequest Gets or sets the card logo image in base64-encoded format
TextColor String WalletGroupAssetsRequest Gets or sets the text color in hexadecimal format
WalletType String WalletGroupAssetsRequest Gets or sets the wallet type (e.g., “apple”, “google”)

JSON Structure of WalletGroupAssetsRequest

{
   "AlertIcon"	:	"String",
   "BackgroundColor"	:	"String",
   "CardBackground"	:	"String",
   "CardLogo"	:	"String",
   "TextColor"	:	"String",
   "WalletType"	:	"String"
}