budosystems.models.retail.Product

class Product

Bases: BasicInfo

Represents a product for sale.

sale_price: float
purchase_cost: float
__init__(*, entity_id: UUID = <singleton MissingUUID>, name: str, slug: str, description: str = '', id_name: str = _Nothing.NOTHING, sale_price: float, purchase_cost: float) None

Method generated by attrs for class Product.