WalletCorporateCard

Represents a corporate digital wallet card for employee credentials with badge data and profile information

Overview of WalletCorporateCard goes here.

WalletCorporateCard Properties

WalletCorporateCard

WalletCorporateCard -> WalletCorporateCardRequest

Field Type Inherited from Description
NumBitsBadge Int32 WalletCorporateCard Gets or sets the number of bits in the badge data (default 40)
RawBadgeData String WalletCorporateCard Gets or sets the raw badge data in hexadecimal format
WalletCardProfileData WalletCardProfileData WalletCorporateCard Gets or sets the card profile data including cardholder information

JSON Structure of WalletCorporateCard

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