WalletVisitorCardResponse

Represents the response containing provisioning link and virtual card ID for visitor credentials

Overview of WalletVisitorCardResponse goes here.

WalletVisitorCardResponse Properties

WalletVisitorCardResponse

Field Type Inherited from Description
ProvisioningLink String WalletVisitorCardResponse Gets or sets the provisioning link URL for the visitor to download their credential
VirtualCardId Int32 WalletVisitorCardResponse Gets or sets the virtual card identifier

JSON Structure of WalletVisitorCardResponse

{
   "ProvisioningLink"	:	"String",
   "VirtualCardId"	:	"Int32"
}