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