| name | data type | description |
|---|---|---|
| chargeCode | string | |
| description | string | |
| unitPriceWithoutTax | number | |
| taxPercent | number | |
| taxCode | string | |
| taxDescription | string |
Example
{
"chargeCode" : "...",
"description" : "...",
"unitPriceWithoutTax" : 12345.0,
"taxPercent" : 12345.0,
"taxCode" : "...",
"taxDescription" : "..."
}