Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.28 KB

File metadata and controls

32 lines (28 loc) · 2.28 KB

OrderLine

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Swagger\Client\Model\Change[] [optional]
url string [optional]
product \Swagger\Client\Model\Product [optional]
inventory \Swagger\Client\Model\Inventory [optional]
inventory_location \Swagger\Client\Model\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 \Swagger\Client\Model\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 \Swagger\Client\Model\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 \Swagger\Client\Model\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 bool [optional]
subscription_period_start string [optional]
subscription_period_end string [optional]
order_group \Swagger\Client\Model\OrderGroup [optional]

[Back to Model list] [Back to API list] [Back to README]