Represents the cardholder profile data including name and role information for wallet cards
Overview of WalletCardProfileData goes here.
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 |
{
"FirstName" : "String",
"LastName" : "String",
"Role" : "String"
}