Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.37 KB

OrderProductJsonldOrderProductRead.md

File metadata and controls

29 lines (26 loc) · 1.37 KB

OrderProductJsonldOrderProductRead

Properties

Name Type Description Notes
context string [optional]
id string [optional]
type string [optional]
uuid string [optional]
order string The corresponding order for this product as Iri
product_id string UUID from the product service
name string Name of the product [optional]
uom string Unit of Measurement (UOM) Codes [optional]
quantity float example 10 (pieces) or 1,5 (liters) [optional]
gross_price_per_unit int
vat_per_unit int [optional]
application_id string [optional]
created_at \DateTime [optional]
updated_at \DateTime [optional]
active bool [optional]
deleted bool [optional]
custom_data object [optional]
total_gross_amount int [optional]
total_net_amount int [optional]
total_vat_amount int [optional]
net_price_per_unit int [optional]

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