Skip to main content

HotelContactDetails

The details for a contact at the hotel.

type HotelContactDetails {
directLine: String
email: EmailAddress
fax: String
firstName: String
lastName: String
mobile: String
phone: String
title: String
website: String
}

Fields

HotelContactDetails.directLine ● String scalar

A UTF-8 string that represents the contact's direct line phone number. Optional.

HotelContactDetails.email ● EmailAddress scalar

The email address of the contact. Optional.

HotelContactDetails.fax ● String scalar

A UTF-8 string that represents the contact's fax number. Optional.

HotelContactDetails.firstName ● String scalar

A UTF-8 string that represents the first name of the contact. Optional.

HotelContactDetails.lastName ● String scalar

A UTF-8 string that represents the last name of the contact. Optional.

HotelContactDetails.mobile ● String scalar

A UTF-8 string that represents the contact's mobile number. Optional.

HotelContactDetails.phone ● String scalar

A UTF-8 string that represents the contact's phone number. Optional.

HotelContactDetails.title ● String scalar

A UTF-8 string that represents the title of the contact's name such as Dr/Mrs/Mr. Optional.

HotelContactDetails.website ● String scalar

A UTF-8 string that represents the website of the contact. Optional.

Member Of

Hotel object