RentalAvailabilityDayResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| date | String | The date | [default to null] |
| available_qty | Integer | Available quantity for this date | [default to null] |
| reserved_qty | Integer | Reserved quantity (pending orders) | [default to null] |
| rented_qty | Integer | Currently rented quantity | [default to null] |
| total_qty | Integer | Total inventory quantity | [default to null] |
| blocked | Boolean | Whether this date is blocked | [default to null] |
| block_reason | String | Reason for blocking (if blocked) | [optional] [default to null] |
| price_override | BigDecimal | Price override for this date (if different from base) | [optional] [default to null] |
| minimum_duration_override | Integer | Minimum duration override for this date | [optional] [default to null] |