Click or drag to resize
ProductCatalogPrices Constructor (Decimal, Decimal, ValuesSummary)
Initializes a new instance of the ProductCatalogPrices class with the specified price, standardPrice and discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public ProductCatalogPrices(
	decimal price,
	decimal standardPrice,
	ValuesSummary discounts
)

Parameters

price
Type: SystemDecimal
Product price.
standardPrice
Type: SystemDecimal
Standard product price.
discounts
Type: CMS.EcommerceValuesSummary
Summary of the discounts 'explaining' the difference between price and standardPrice.
See Also