Extends WalletCardProfileData with cardholder photo in base64-encoded format
Overview of WalletCardProfileDataPhoto goes here.
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 |
{
"FirstName" : "String",
"LastName" : "String",
"Role" : "String",
"Photo" : "String"
}