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.
|
![]() | 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.
|
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.
|