BookingFeeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Fee ID | [default to null] |
| fee_name | String | Fee name | [default to null] |
| calculation_type | String | Calculation type | [default to null] |
| base_amount | BigDecimal | Base fee amount | [default to null] |
| calculated_amount | BigDecimal | Calculated fee amount | [default to null] |
| is_taxable | Boolean | Whether this fee is taxable | [default to null] |