WalletGroupResponse

Represents a wallet group containing configuration and associated wallet assets

Overview of WalletGroupResponse goes here.

WalletGroupResponse Properties

WalletGroupResponse

Field Type Inherited from Description
AndroidPackageId String WalletGroupResponse Gets or sets the Android package identifier for the mobile app
DeviceCaKey String WalletGroupResponse Gets or sets the device certificate authority key
GroupId Int32 WalletGroupResponse Gets or sets the unique identifier for the wallet group
GroupName String WalletGroupResponse Gets or sets the name of the wallet group
ReaderId String WalletGroupResponse Gets or sets the reader identifier for credential validation
WalletAssets List<WalletGroupAssetsResponse> WalletGroupResponse Gets or sets the list of wallet assets associated with this group

JSON Structure of WalletGroupResponse

{
   "AndroidPackageId"	:	"String",
   "DeviceCaKey"	:	"String",
   "GroupId"	:	"Int32",
   "GroupName"	:	"String",
   "ReaderId"	:	"String",
   "WalletAssets"	:	"List\<[WalletGroupAssetsResponse](/object-model/walletgroupassetsresponse)\>"
}