| ProductCatalogPrices Class | 
Namespace: CMS.Ecommerce
public class ProductCatalogPrices
The ProductCatalogPrices type exposes the following members.
| Name | Description | |
|---|---|---|
| ProductCatalogPrices | 
            Initializes a new instance of the ProductCatalogPrices class with the specified price, 
            standardPrice, tax, listPrice, currency, and discounts.
              | 
| Name | Description | |
|---|---|---|
| Currency | 
            Price currency.
              | |
| Discounts | 
            Summary of catalog-level discounts included in the Price.
              | |
| ListPrice | 
            List 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.
              |