Skip to main content

BookStatusType

Book status

enum BookStatusType {
OK
KO
ON_REQUEST
CANCELLED
UNKNOWN
}

Values

BookStatusType.OK

The reservation was completed sucessfully.

BookStatusType.KO

BookStatusType.ON_REQUEST

The reservation was successfully completed; however, the product is currently unavailable, placing the reservation on a waiting list. It is the client's responsibility to confirm the status of the booking.

BookStatusType.CANCELLED

The status of the booking is cancelled.

BookStatusType.UNKNOWN

The reservation process itself may encounter problems, leading to an unknown reservation status. It is the client's responsibility to verify the booking's status.

Member Of

BookingAggregation object ● BookingDetail object ● BookingsReportWhereInput input ● HotelBookingDetail object ● HotelCancelDetail object ● HotelCommitDetails object