BookingPricingInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| base_price_per_night | BigDecimal | Base price per night | [default to null] |
| total_nights_cost | BigDecimal | Total cost for all nights | [default to null] |
| fees_total | BigDecimal | Total of all fees | [default to null] |
| tax_amount | BigDecimal | Tax amount | [default to null] |
| discount_amount | BigDecimal | Discount amount applied | [default to null] |
| subtotal | BigDecimal | Subtotal before discount and tax | [default to null] |
| total | BigDecimal | Grand total after all calculations | [default to null] |
| currency_code | String | Currency code | [default to null] |
| coupon_code | String | Coupon code (if applied) | [optional] [default to null] |