HotelAmendRoomsCommitInput
No description
input HotelAmendRoomsCommitInput {
amendmentID: String!
paymentCard: PaymentCardInput
}
Fields
HotelAmendRoomsCommitInput.amendmentID ● String! non-null scalar
HotelX's amend booking reference (received in AmendRoomQuote response)
HotelAmendRoomsCommitInput.paymentCard ● PaymentCardInput input
If the payment is done by credit card, it's mandatory to specify the payment type and the credit card information.