Skip to content

ProductsModule.Interface.ProductDetails

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / ProductsModule / ProductDetails

Interface: ProductDetails

Interface representing product details. Extends the basic Product interface to include more comprehensive attributes for detailed product management.

Extends

Properties

Property Type Description Inherited from
category ProductCategory Category of the product as defined by the ProductCategory enum. This categorization helps in organizing products
into sections or departments, facilitating easier product discovery and management.
-
description string Detailed textual description of the product. This provides potential buyers with more information about the
product's features, usage, and benefits.
-
name string Name of the product. Product.name
price number Price of the product in the system's set currency. Product.price
productId string Unique identifier for the product. Product.productId
Clone this wiki locally