FeeBreakdown
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| fee_type_id | Long | Fee type ID | [optional] [default to null] |
| name | String | Fee name | [default to null] |
| fee_name | String | Fee name (alias for internal use) | [optional] [default to null] |
| calculation_type | String | Calculation type | [default to null] |
| base_amount | BigDecimal | Base fee amount (before calculation) | [default to null] |
| calculated_amount | BigDecimal | Calculated fee amount | [default to null] |
| amount | BigDecimal | Fee amount (alias for calculated_amount in responses) | [default to null] |
| is_taxable | Boolean | Whether this fee is taxable | [default to null] |