| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| version | Integer | [optional] | |
| changes | Array<Change> | [optional] | |
| url | String | [optional] | |
| purchase_order | PurchaseOrder | The purchase order to attach the orderline. | |
| product | Product | [optional] | |
| description | String | [optional] | |
| count | Float | [optional] | |
| unit_cost_currency | Float | Unit price purchase (cost) excluding VAT in the order's currency | [optional] |
| unit_price_excluding_vat_currency | Float | Unit price of purchase excluding VAT in the order's currency.If it's not specified,it takes the value from purchase price in productDTO | [optional] |
| currency | Currency | The order line's currency. Determined by the order's currency. | [optional] |
| discount | Float | Discount given as a percentage (%) | [optional] |
| amount_excluding_vat_currency | Float | Total amount on order line excluding VAT in the order's currency | [optional] |
| amount_including_vat_currency | Float | Total amount on order line including VAT in the order's currency | [optional] |