BookingOrderResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Booking ID | [default to null] |
| order_id | Long | Associated order ID | [default to null] |
| order_code | String | Order code (UUID) | [default to null] |
| property | BookingPropertyInfo | Property summary | [default to null] |
| dates | BookingDatesInfo | Booking dates information | [default to null] |
| guests | BookingGuestsInfo | Guest counts | [default to null] |
| pricing | BookingPricingInfo | Pricing breakdown | [default to null] |
| status | BookingStatusInfo | Status information | [default to null] |
| special_requests | String | Special requests from guest | [optional] [default to null] |
| host_notes | String | Host notes | [optional] [default to null] |
| timestamps | BookingTimestamps | Timestamps | [default to null] |
| cancellation | BookingCancellationInfo | Cancellation info (if cancelled) | [optional] [default to null] |
| fees | List | List of fees | [default to null] |
| guest_details | List | List of guests with details | [default to null] |