Skip to main content

HotelBookingPaymentDetail

The payment details for the hotel booking.

type HotelBookingPaymentDetail {
adjustmentAmount: Float!
cancelationFee: Float!
currency: Currency!
discountAmount: Float!
paymentStatus: PaymentStatus!
taxAmount: Float!
totalChargeAmount: Float!
totalOutstandingAmount: Float!
}

Fields

HotelBookingPaymentDetail.adjustmentAmount ● Float! non-null scalar

An adjustment applied to the hotel booking.

HotelBookingPaymentDetail.cancelationFee ● Float! non-null scalar

The cancelation fee applied to the hotel booking.

HotelBookingPaymentDetail.currency ● Currency! non-null object

The currency the hotel booking is in.

HotelBookingPaymentDetail.discountAmount ● Float! non-null scalar

A discount applied to the hotel booking.

HotelBookingPaymentDetail.paymentStatus ● PaymentStatus! non-null enum

The payment status of the hotel booking.

HotelBookingPaymentDetail.taxAmount ● Float! non-null scalar

The amount of tax applied to the hotel booking.

HotelBookingPaymentDetail.totalChargeAmount ● Float! non-null scalar

The total amount to be charged for the hotel booking.

HotelBookingPaymentDetail.totalOutstandingAmount ● Float! non-null scalar

The total amount that is currently outstanding for the hotel booking.

Member Of

HotelBooking object