Click or drag to resize
ProductCatalogPrices Class
Container for product catalog prices (i.e. final prices shown to the customer).
Inheritance Hierarchy
SystemObject
  CMS.EcommerceProductCatalogPrices

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

The ProductCatalogPrices type exposes the following members.

Constructors
  NameDescription
Public methodProductCatalogPrices
Initializes a new instance of the ProductCatalogPrices class with the specified price, standardPrice, tax, listPrice, currency, and discounts.
Top
Properties
  NameDescription
Public propertyCurrency
Price currency.
Public propertyDiscounts
Summary of catalog-level discounts included in the Price.
Public propertyListPrice
List price.
Public propertyPrice
Gets or sets the product catalog price. All the discounts mentioned in the Discounts property are included.
Public propertyStandardPrice
Gets or sets the standard product catalog price. Does not contain any discounts.
Public propertyTax
Gets or sets the tax calculated from the Price.
Top
See Also