WalletCard

Represents a digital wallet card for mobile credential provisioning

Overview of WalletCard goes here.

WalletCard Properties

WalletCard

Field Type Inherited from Description
DeviceProvisioningBlob String WalletCard Gets or sets the device provisioning blob for mobile credential setup
NumBitsBadge Int32 WalletCard Gets or sets the number of bits in the badge data (default 40)
RawBadgeData String WalletCard Gets or sets the raw badge data in hexadecimal format
WalletCardProfileData WalletCardProfileData WalletCard Gets or sets the card profile data including cardholder information

JSON Structure of WalletCard

{
   "DeviceProvisioningBlob"	:	"String",
   "NumBitsBadge"	:	"Int32",
   "RawBadgeData"	:	"String",
   "WalletCardProfileData"	:	"[WalletCardProfileData](/object-model/walletcardprofiledata)"
}