VendorFeeResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the fee | [default to null] |
| name | String | Name of the fee | [default to null] |
| value | Double | Fee value | [default to null] |
| percentage | Boolean | Whether the fee is a percentage | [default to null] |
| is_active | Boolean | Whether the fee is active | [default to null] |
| currency_code | String | Currency code for the fee | [default to null] |