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
Member Of
HotelXMutation object ● HotelXQuery object