| name | data type | description |
|---|---|---|
| type | string | |
| itemNumber | number | |
| accountingCode | string | |
| description | string | |
| taxPercent | number | |
| quantity | number | |
| discount | number | |
| amountWithoutTax | number | |
| amountTax | number | |
| amountWithTax | number | |
| invoiceSubCategoryCode | string | |
| taxesCodes | array of string | |
| userAccountCode | string | |
| ratedTransaction | array of RatedTransactionDto |