Represents a digital wallet card for mobile credential provisioning
Overview of WalletCard goes here.
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 |
{
"DeviceProvisioningBlob" : "String",
"NumBitsBadge" : "Int32",
"RawBadgeData" : "String",
"WalletCardProfileData" : "[WalletCardProfileData](/object-model/walletcardprofiledata)"
}