Skip to main content

HotelBookingDetail

Contains information about booking.

type HotelBookingDetail {
reference: Reference!
holder: Holder
hotel: BookingHotel
price: Price
quotePrice: PriceChange
cancelPolicy: CancelPolicy
remarks: String
status: BookStatusType!
billingSupplierCode: String
payable: String
addOns: AddOns
paymentCard: PaymentCard @deprecated
paymentInfo: GeneratedPaymentInfo
}

Fields

HotelBookingDetail.reference ● Reference! non-null object

Booking ID references codes.

HotelBookingDetail.holder ● Holder object

Holder's name and surname

HotelBookingDetail.hotel ● BookingHotel object

Information about the hotel.

HotelBookingDetail.price ● Price object

Specifies the prices (Gross, Net and Amount) of the option returned.

HotelBookingDetail.quotePrice ● PriceChange object

Specifies the price of the previous OptionQuote, returned only if it differs from the price shown at the Quote Option. If the price remains unchanged, this field will be returned as Null.

HotelBookingDetail.cancelPolicy ● CancelPolicy object

Specifies cancel policies of the returned option .

HotelBookingDetail.remarks ● String scalar

Additional information about the book.

HotelBookingDetail.status ● BookStatusType! non-null enum

Booking Status. The possible values for this field are specified in our documentation. Possible values for book mutation and booking query: https://docs.travelgate.com/docs/apis/for-buyers/hotel-x-pull-buyers-api/booking-flow/book#book-status Possible values for cancel mutation: https://docs.travelgate.com/docs/apis/for-buyers/hotel-x-pull-buyers-api/booking-management/cancel#cancel-status

HotelBookingDetail.billingSupplierCode ● String scalar

Supplier’s billing code. It will be returned if the supplier has different billing accounts and this is informed in the reservation.

HotelBookingDetail.payable ● String scalar

Payable.

HotelBookingDetail.addOns ● AddOns object

Additional information about the option. It is only available for the partners that uses our Distribution-X solution.

HotelBookingDetail.paymentCard ● PaymentCard deprecated object

DEPRECATED

deprecated from 2021-06-21. Please use PaymentInfo instead

Specifies the information of the generated payment card, and the source of it.

HotelBookingDetail.paymentInfo ● GeneratedPaymentInfo object

Specifies the information about the payment generated at Book step.

Member Of

HotelBooking object ● HotelBookingAmend object ● HotelBookPayload object ● HotelCancelDetail object ● HotelOneStepBook object