Click or drag to resize
ProductPrices Constructor (Decimal)
Initializes a new instance of the ProductPrices class with the specified price and no discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public ProductPrices(
	decimal price
)

Parameters

price
Type: SystemDecimal
Product price.
See Also