Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.14 KB

WastePerUnit.md

File metadata and controls

20 lines (16 loc) · 1.14 KB

WastePerUnit

Properties

Name Type Description Notes
id int ID of this waste per unit. [optional]
price string The price of this waste per unit.
selling_price string The selling price of this waste per unit. [optional]
article_number string The article number of this waste per unit. [optional]
is_active bool Whether this waste per unit is active. [optional]
waste \Swagger\Client\Model\CondensedWaste
waste_unit \Swagger\Client\Model\CondensedWasteUnit
created_at string The creation time of the entity. [optional]
created_by string The user that created the entity. [optional]
updated_at string The last updated time of the entity. [optional]
updated_by string The user that last updated the entity. [optional]

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