WalletCardProfileDataPhoto

Extends WalletCardProfileData with cardholder photo in base64-encoded format

Overview of WalletCardProfileDataPhoto goes here.

WalletCardProfileDataPhoto Properties

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
Photo String WalletCardProfileDataPhoto Gets or sets the cardholder photo in base64-encoded format

JSON Structure of WalletCardProfileDataPhoto

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