Click or drag to resize
ProductPrices Class
Container for product prices and applied discounts.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceProductPrices

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class ProductPrices

The ProductPrices type exposes the following members.

Constructors
  NameDescription
Public methodProductPrices
Initializes a new instance of the ProductPrices class with the specified price, standardPrice, currency and discounts.
Top
Properties
  NameDescription
Public propertyAppliedDiscounts
Applied discounts summary. Sum of the discount is already applied in the Price property.
Public propertyCurrency
Price currency.
Public propertyPrice
Calculated product price. All discounts are included.
Public propertyStandardPrice
Standard product price. Price does not contain any discounts.
Top
See Also