WalletVisitorCardProfileData

Represents the visitor profile data including name and role for wallet visitor cards

Overview of WalletVisitorCardProfileData goes here.

WalletVisitorCardProfileData Properties

WalletVisitorCardProfileData

Field Type Inherited from Description
FirstName String WalletVisitorCardProfileData Gets or sets the visitor’s first name
LastName String WalletVisitorCardProfileData Gets or sets the visitor’s last name
Role String WalletVisitorCardProfileData Gets or sets the visitor’s role (default: “Guest”)

JSON Structure of WalletVisitorCardProfileData

{
   "FirstName"	:	"String",
   "LastName"	:	"String",
   "Role"	:	"String"
}