| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| version | int | [optional] | |
| changes | \Swagger\Client\Model\Change[] | [optional] | |
| url | string | [optional] | |
| purchase_order | \Swagger\Client\Model\PurchaseOrder | The purchase order to attach the orderline. | |
| product | \Swagger\Client\Model\Product | [optional] | |
| resale_product | \Swagger\Client\Model\Product | [optional] | |
| description | string | [optional] | |
| count | float | [optional] | |
| quantity_received | float | Used if the Purchase Order has a Goods received. | [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] |
| unit_list_price_currency | float | Unit list 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 | \Swagger\Client\Model\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] |