Holder
Booking holder information
namestring
Holder name
surnamestring
Holder surname
titlestring
Title (MR, MRS, MS, etc.)
contactInfo object
Optional contact details (email, phone) for the holder; used by some providers
emailstring<email>
Email address
phone object
Phone number
countryCodestring
Country code
numberstring
Phone number
Holder
{
"name": "string",
"surname": "string",
"title": "string",
"contactInfo": {
"email": "user@example.com",
"phone": {
"countryCode": "string",
"number": "string"
}
}
}