| absoluteValue | number or null <double> The absolute value of the fee. |
| isTaxable | boolean Whether or not the fee is taxable. |
| name | string or null The name of the fee. |
| percentageValue | number or null <double> The percentage value of the fee. |
{- "name": "string",
- "absoluteValue": 0,
- "percentageValue": 0,
- "isTaxable": true
}