WalletCardResponse

Represents the response containing wallet card identification and reference information

Overview of WalletCardResponse goes here.

WalletCardResponse Properties

WalletCardResponse

Field Type Inherited from Description
CardId Int32 WalletCardResponse Gets or sets the unique identifier for the wallet card
CardKey String WalletCardResponse Gets or sets the Keep card key reference
CardNumber String WalletCardResponse Gets or sets the card number
DigitizationReference String WalletCardResponse Gets or sets the digitization reference for the mobile credential

JSON Structure of WalletCardResponse

{
   "CardId"	:	"Int32",
   "CardKey"	:	"String",
   "CardNumber"	:	"String",
   "DigitizationReference"	:	"String"
}