Model that describes an additional expenses operation.
| Name | Type | Description |
|---|---|---|
| cost | Decimal | Operation cost amount with up to 3 decimal places. |
| document_id | Int64 | Additional expenses document ID. |
| id | Int64 | Operation ID. |
| item | Item | Item. |
| last_update | Int64 | Last record update time as Unix time. |
| order | Int64 | Operation order. |
| price | Decimal | Operation price with up to 3 decimal places. |
| quantity | Decimal | Item quantity with up to 3 decimal places. |
| vat_calculation_type | String | VAT calculation mode: No - do not accrue, Exclude - included in the amount, Include - added on top. Allowed values: No, Exclude, Include. |
| vat_value | Decimal | VAT rate value with up to 2 decimal places. -1 means without VAT. |