WalletCardProfileData

Represents the cardholder profile data including name and role information for wallet cards

Overview of WalletCardProfileData goes here.

WalletCardProfileData Properties

WalletCardProfileData

WalletCardProfileData -> WalletCardProfileDataPhoto

Field Type Inherited from Description
FirstName String WalletCardProfileData Gets or sets the cardholder’s first name
LastName String WalletCardProfileData Gets or sets the cardholder’s last name
Role String WalletCardProfileData Gets or sets the cardholder’s role or job title

JSON Structure of WalletCardProfileData

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