| ProductCatalogPrices Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Ecommerce
 Syntax
Syntaxpublic class ProductCatalogPrices
The ProductCatalogPrices type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProductCatalogPrices | 
            Initializes a new instance of the ProductCatalogPrices.
             | 
|  | ProductCatalogPrices(Decimal) | 
            Initializes a new instance of the ProductCatalogPrices class with the specified price and no discounts.
             | 
|  | ProductCatalogPrices(Decimal, Decimal, ValuesSummary) | 
            Initializes a new instance of the ProductCatalogPrices class with the specified price, 
            standardPrice and discounts.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Discounts | 
            Summary of catalog-level discounts included in the Price.
             | 
|  | Price | 
            Gets or sets the product catalog price. All the discounts mentioned in the Discounts property are included.
             | 
|  | StandardPrice | 
            Gets or sets the standard product catalog price. Does not contain any discounts.
             | 
|  | Tax | 
            Gets or sets the tax calculated from the Price.
             | 
 See Also
See Also