Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.72 KB

ProjectOrderLine.md

File metadata and controls

28 lines (24 loc) · 1.72 KB

ProjectOrderLine

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Tripletex\Model\Change[] [optional]
url string [optional]
product \Tripletex\Model\Product [optional]
inventory \Tripletex\Model\Inventory [optional]
description string [optional]
count double [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 \Tripletex\Model\Currency The order line's currency. Determined by the order's currency. [optional]
markup double Markup given as a percentage (%) [optional]
discount double Discount given as a percentage (%) [optional]
vat_type \Tripletex\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]
project \Tripletex\Model\Project
date string
is_chargeable bool [optional] [default to false]

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