| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| version | Integer | [optional] | |
| changes | Array<Change> | [optional] | |
| url | String | [optional] | |
| product | Product | [optional] | |
| inventory | Inventory | [optional] | |
| inventory_location | InventoryLocation | Inventory location field -- beta program | [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 | [optional] |
| currency | Currency | The order line's currency. Determined by the order's currency. | [optional] |
| markup | Float | Markup given as a percentage (%) | [optional] |
| discount | Float | Discount given as a percentage (%) | [optional] |
| vat_type | VatType | [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] |
| order | Order | The related Order for this OrderLine. This field is required when creating a new OrderLine in the API. | [optional] |
| unit_price_including_vat_currency | Float | Unit price of purchase including VAT in the order's currency | [optional] |
| is_subscription | BOOLEAN | [optional] | |
| subscription_period_start | String | [optional] | |
| subscription_period_end | String | [optional] | |
| order_group | OrderGroup | [optional] |