HotelBookingRequestInput
No description
input HotelBookingRequestInput {
startDate: LocalDate!
endDate: LocalDate!
destinationId: String!
rate: RateInput!
roomCode: String
roomName: String!
hotelCode: String!
hotelName: String!
phone: String
email: String
cancellationPolicies: [CancellationFeeInput!]!
supplierId: String
travelerId: Int!
source: HotelSource!
pnr: String
}