HotelBookingAmend
No description
type HotelBookingAmend {
auditData: AuditData
amendedBookingDetail: HotelBookingDetail
amendFee: Price
paymentType: PaymentType!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage!]
}
Fields
HotelBookingAmend.auditData ● AuditData object
Data sent and received in the supplier's native format.
HotelBookingAmend.amendedBookingDetail ● HotelBookingDetail object
Details about amended booking
HotelBookingAmend.amendFee ● Price object
Specifies the fee (Gross, Net and Amount) of the amendment fee.
HotelBookingAmend.paymentType ● PaymentType! non-null enum
Indicates the payment type of the option quoted. Possible options: Merchant, Direct, Card Booking, Card check in and Mixed.
HotelBookingAmend.adviseMessage ● [AdviseMessage!] list object
List of advise messages (errors, warnings and/or info messages).
HotelBookingAmend.adviseMessage.level ● [AdviseMessageLevel] list enum
Returned By
hotelX.amendBoard mutation ● hotelX.amendDates mutation ● hotelX.amendPaxes mutation ● hotelX.amendRemarks mutation ● hotelX.amendRooms mutation ● hotelX.quoteBoardAmendment query ● hotelX.quoteDatesAmendment query ● hotelX.quotePaxesAmendment query ● hotelX.quoteRemarksAmendment query ● hotelX.quoteRoomsAmendment query