Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.75 KB

Product.md

File metadata and controls

31 lines (27 loc) · 1.75 KB

Product

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Tripletex\Model\Change[] [optional]
url string [optional]
name string [optional]
number string [optional]
el_number string [optional]
nrf_number string [optional]
cost_excluding_vat_currency float Price purchase (cost) excluding VAT in the product's currency [optional]
price_excluding_vat_currency float Price of purchase excluding VAT in the product's currency [optional]
price_including_vat_currency float Price of purchase including VAT in the product's currency [optional]
is_inactive bool [optional] [default to false]
product_unit \Tripletex\Model\ProductUnit [optional]
is_stock_item bool [optional] [default to false]
stock_of_goods float [optional]
vat_type \Tripletex\Model\VatType [optional]
currency \Tripletex\Model\Currency [optional]
department \Tripletex\Model\Department [optional]
account \Tripletex\Model\Account [optional]
discount_price float [optional]
supplier \Tripletex\Model\Supplier [optional]
resale_product \Tripletex\Model\Product [optional]

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