CardHolder
Card holder information
namestring
Card holder name
surnamestring
Card holder surname
titlestring
Title
contactInfo object
Contact information
emailstring<email>
Email address
phone object
Phone number
countryCodestring
Country code
numberstring
Phone number
CardHolder
{
"name": "string",
"surname": "string",
"title": "string",
"contactInfo": {
"email": "user@example.com",
"phone": {
"countryCode": "string",
"number": "string"
}
}
}