ContactInfoInput
ContactInfoInput contains contact details for travellers or holders.
emailemail (string)
Primary email address that providers can use for notifications.
phone object
Traveller phone information for confirmations or alerts.
countryCodecountryCode (string)
International country dialling prefix without the plus sign.
numbernumber (string)
Subscriber number excluding the country code.
addressaddress (string)
Street address of the contact person.
citycity (string)
City associated with the contact address.
countrycountry (string)
Country ISO code associated with the contact address.
postalCodepostalCode (string)
Postal or ZIP code associated with the contact address.
ContactInfoInput
{
"email": "string",
"phone": {
"countryCode": "string",
"number": "string"
},
"address": "string",
"city": "string",
"country": "string",
"postalCode": "string"
}