Represents the response containing provisioning link and virtual card ID for visitor credentials
Overview of WalletVisitorCardResponse goes here.
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 |
{
"ProvisioningLink" : "String",
"VirtualCardId" : "Int32"
}