HotelBookInput
Criteria of book.
GraphQL schema definition
- type HotelBookInput {
- String! :
- Language :
- String! :
- DeltaPriceInput :
- PaymentCardInput :
- String :
- HolderInput! :
- [BookRoomInput!]! :
- }
Fields
- optionRefId(String!): Option ID
- language(Language): Language to be used in request
- clientReference(String!): Booking ID in client's system.
- deltaPrice(DeltaPriceInput): Indicates price variation permitted by the client.
- paymentCard(PaymentCardInput): If the payment is done by credit card, it's mandatory to specify the payment type and the credit card information.
- remarks(String): Any customer comments for the supplier to consider.
- holder(HolderInput!): Holder's basic information.
- rooms([BookRoomInput!]!): Rooms within this option.