PriceCalculationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| property_id | Long | Property ID | [default to null] |
| property_name | String | Property name | [default to null] |
| check_in_date | String | Check-in date | [default to null] |
| check_out_date | String | Check-out date | [default to null] |
| number_of_nights | Integer | Number of nights | [default to null] |
| number_of_guests | Integer | Number of guests | [default to null] |
| is_available | Boolean | Whether dates are available | [default to null] |
| unavailable_reason | String | Reason why unavailable (if not available) | [optional] [default to null] |
| pricing | PriceBreakdown | Pricing breakdown | [default to null] |
| fees | List | List of applicable fees | [default to null] |
| coupon_applied | CouponAppliedInfo | Coupon applied info (if coupon code provided) | [optional] [default to null] |
| cancellation_policy | CancellationPolicyResponse | Cancellation policy | [optional] [default to null] |