Skip to content

ProductsModule.Interface.Product

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / ProductsModule / Product

Interface: Product

Interface representing a product. Contains the essential identifiers and attributes of a product.

Extended by

Properties

Property Type Description
name string Name of the product.
price number Price of the product in the system's set currency.
productId string Unique identifier for the product.
Clone this wiki locally