No description
enum BookingStatus {
  CONFIRMED
  CANCELLED
}

Values

CONFIRMED
__
CANCELLED
__

Member Of

StayBooking TripBooking