HotelCriteriaAmendBoardCommitInput
Criteria which contains basic information to amend the board into a booking.
input HotelCriteriaAmendBoardCommitInput {
amendmentID: String!
paymentCard: PaymentCardInput
}
Fields
HotelCriteriaAmendBoardCommitInput.amendmentID ● String! non-null scalar
HotelX's amend booking reference (received in AmendBoardQuote response)
HotelCriteriaAmendBoardCommitInput.paymentCard ● PaymentCardInput input
If the payment is done by credit card, it's mandatory to specify the payment type and the credit card information.