CancellationInfoResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| booking_id | Long | Booking ID | [default to null] |
| booking_status | BookingOrderStatus | Current booking status | [default to null] |
| check_in_date | String | Check-in date | [default to null] |
| days_until_checkin | Long | Days until check-in | [default to null] |
| total_amount | BigDecimal | Total booking amount | [default to null] |
| cancellation_policy | CancellationPolicyResponse | Cancellation policy details | [default to null] |
| refund_info | RefundInfo | Refund calculation details | [default to null] |
| can_cancel | Boolean | Whether booking can be cancelled | [default to null] |
| cannot_cancel_reason | String | Reason why cancellation is not allowed (if any) | [optional] [default to null] |