| name | data type | description |
|---|---|---|
| usageDate | number | |
| unitAmountWithoutTax | number | |
| unitAmountWithTax | number | |
| unitAmountTax | number | |
| quantity | number | |
| amountWithoutTax | number | |
| amountWithTax | number | |
| amountTax | number | |
| code | string | |
| description | string | |
| unityDescription | string | |
| priceplanCode | string | |
| doNotTriggerInvoicing | boolean |
Example
{
"usageDate" : 12345,
"unitAmountWithoutTax" : 12345.0,
"unitAmountWithTax" : 12345.0,
"unitAmountTax" : 12345.0,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"amountTax" : 12345.0,
"code" : "...",
"description" : "...",
"unityDescription" : "...",
"priceplanCode" : "...",
"doNotTriggerInvoicing" : true
}