PriceBreakdown
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] |
| taxable_amount | BigDecimal | Taxable amount | [default to null] |
| tax_rate | BigDecimal | Tax rate percentage | [default to null] |
| tax_amount | BigDecimal | Tax amount | [default to null] |
| discount_amount | BigDecimal | Discount amount | [default to null] |
| subtotal | BigDecimal | Subtotal before discount | [default to null] |
| total | BigDecimal | Grand total | [default to null] |
| currency_code | String | Currency code | [default to null] |