Skip to main content

HotelBillingDetailsInput

Defines the input for the hotel billing details.

input HotelBillingDetailsInput {
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

HotelBillingDetailsInput.companyNumber ● String scalar

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

HotelBillingDetailsInput.companyTaxNumber ● String scalar

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

HotelBillingDetailsInput.directLine ● String scalar

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

HotelBillingDetailsInput.email ● EmailAddress scalar

The email address of the billing contact. Optional.

HotelBillingDetailsInput.fax ● String scalar

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

HotelBillingDetailsInput.firstName ● String scalar

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

HotelBillingDetailsInput.internalReference ● String scalar

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

HotelBillingDetailsInput.lastName ● String scalar

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

HotelBillingDetailsInput.mobile ● String scalar

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

HotelBillingDetailsInput.organization ● String scalar

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

HotelBillingDetailsInput.phone ● String scalar

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

HotelBillingDetailsInput.title ● String scalar

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

HotelBillingDetailsInput.website ● String scalar

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

Member Of

CreateHotelInput input ● UpdateHotelInput input