HotelBookInput
Offers versatility in book options, with certain fields marked as mandatory (optionRefId, clientReference, holder etc.) and others as optional (language, delta price, payment card etc.). This flexibility empowers you to create a personalized Book Multation, tailoring the requested fields to your specific needs.
input HotelBookInput {
optionRefId: String!
language: Language
clientReference: String!
deltaPrice: DeltaPriceInput
paymentCard: PaymentCardInput
remarks: String
holder: HolderInput!
rooms: [BookRoomInput!]!
}