HotelContactDetailsInput
Defines the input for the contact details of a hotel.
input HotelContactDetailsInput {
directLine: String
email: EmailAddress
fax: String
firstName: String
lastName: String
mobile: String
phone: String
title: String
website: String
}
Fields
HotelContactDetailsInput.directLine ● String scalar
A UTF-8 string that represents the contact's direct line phone number. Optional.
HotelContactDetailsInput.email ● EmailAddress scalar
The email address of the contact. Optional.
HotelContactDetailsInput.fax ● String scalar
A UTF-8 string that represents the contact's fax number. Optional.
HotelContactDetailsInput.firstName ● String scalar
A UTF-8 string that represents the first name of the contact. Optional.
HotelContactDetailsInput.lastName ● String scalar
A UTF-8 string that represents the last name of the contact. Optional.
HotelContactDetailsInput.mobile ● String scalar
A UTF-8 string that represents the contact's mobile number. Optional.
HotelContactDetailsInput.phone ● String scalar
A UTF-8 string that represents the contact's phone number. Optional.
HotelContactDetailsInput.title ● String scalar
A UTF-8 string that represents the title of the contact's name such as Dr/Mrs/Mr. Optional.
HotelContactDetailsInput.website ● String scalar
A UTF-8 string that represents the website of the contact. Optional.
Member Of
CreateHotelInput input ● UpdateHotelInput input