ProductPrices Class |
Namespace: CMS.Ecommerce
public class ProductPrices
The ProductPrices type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProductPrices |
Initializes a new instance of the ProductPrices.
|
![]() | ProductPrices(Decimal) |
Initializes a new instance of the ProductPrices class with the specified price and no discounts.
|
![]() | ProductPrices(Decimal, Decimal, ValuesSummary) |
Initializes a new instance of the ProductPrices class with the specified price,
standardPrice and discounts.
|
Name | Description | |
---|---|---|
![]() | AppliedDiscounts |
Applied discounts summary. Sum of the discount is already applied in the Price property.
|
![]() | Price |
Calculated product price. All discounts are included.
|
![]() | StandardPrice |
Standard product price. Price does not contain any discounts.
|