BookingStatusInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| booking_status | BookingOrderStatus | Current booking status (from database enum) | [default to null] |
| booking_type | BookingType | Booking type (from database enum) | [default to null] |
| payment_status | String | Payment status string | [default to null] |
| is_instant_booking | Boolean | Whether instant booking was used | [default to null] |
| can_cancel | Boolean | Whether booking can be cancelled | [default to null] |
| can_modify | Boolean | Whether booking can be modified | [default to null] |