HotelCancelDetail
Contains information about cancel
GraphQL schema definition
- type HotelCancelDetail {
- Reference :
- String :
- BookStatusType :
- Price :
- HotelBookingDetail :
- }
Fields
- reference(Reference): Booking ID in the Supplier's system
- cancelReference(String): Cancellation ID in the Supplier's system
- status(BookStatusType): Booking Status.
- price(Price): Specifies the prices (Gross, Net and Amount) of the cancellation.
- booking(HotelBookingDetail): Information about the booking.