Skip to main content

HotelBillingDetails

Defines the billing details for a hotel.

type HotelBillingDetails {
companyNumber: String
companyTaxNumber: String
directLine: String
email: EmailAddress
fax: String
firstName: String
internalReference: String
lastName: String
mobile: String
organization: String
phone: String
title: String
website: String
}

Fields

HotelBillingDetails.companyNumber ● String scalar

A UTF-8 string that represents the company number for the hotel. Optional.

HotelBillingDetails.companyTaxNumber ● String scalar

A UTF-8 string that represents the company tax number for the hotel. Optional.

HotelBillingDetails.directLine ● String scalar

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

HotelBillingDetails.email ● EmailAddress scalar

The email address of the billing contact. Optional.

HotelBillingDetails.fax ● String scalar

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

HotelBillingDetails.firstName ● String scalar

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

HotelBillingDetails.internalReference ● String scalar

A UTF-8 string that represents the internal reference for the hotel. Optional.

HotelBillingDetails.lastName ● String scalar

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

HotelBillingDetails.mobile ● String scalar

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

HotelBillingDetails.organization ● String scalar

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

HotelBillingDetails.phone ● String scalar

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

HotelBillingDetails.title ● String scalar

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

HotelBillingDetails.website ● String scalar

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

Member Of

Hotel object