WalletVisitorPersonMetadata

Represents metadata for a visitor’s wallet card including the Wavelynx card identifier

Overview of WalletVisitorPersonMetadata goes here.

WalletVisitorPersonMetadata Properties

WalletVisitorPersonMetadata

Field Type Inherited from Description
CreatedByUserKey String WalletVisitorPersonMetadata Gets or sets the Keep user key who created this visitor card
Expiry WalletVisitorCardExpiry WalletVisitorPersonMetadata Gets or sets the expiration settings for the visitor card
VisitorResult WalletVisitorCardMetadata WalletVisitorPersonMetadata Gets or sets the visitor card metadata result
WavelynxCardId String WalletVisitorPersonMetadata Gets or sets the Wavelynx card identifier
WavelynxCardNumber String WalletVisitorPersonMetadata Gets or sets the Wavelynx card number

JSON Structure of WalletVisitorPersonMetadata

{
   "CreatedByUserKey"	:	"String",
   "Expiry"	:	"[WalletVisitorCardExpiry](/object-model/walletvisitorcardexpiry)",
   "VisitorResult"	:	"[WalletVisitorCardMetadata](/object-model/walletvisitorcardmetadata)",
   "WavelynxCardId"	:	"String",
   "WavelynxCardNumber"	:	"String"
}