DynamicFeeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| rule_id | Long | Unique identifier for the fee rule. | [default to null] |
| name | String | Display name for the fee. | [default to null] |
| description | String | Description explaining why this fee applies. | [default to null] |
| fee_type | String | Fee type (percentage or fixed). | [default to null] |
| amount | Double | Calculated fee amount. | [default to null] |
| triggered_conditions | List | List of conditions that triggered this fee. | [default to null] |