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 class with the specified price,
standardPrice, currency and discounts.
|
Name | Description | |
---|---|---|
![]() | AppliedDiscounts |
Applied discounts summary. Sum of the discount is already applied in the Price property.
|
![]() | Currency |
Price currency.
|
![]() | Price |
Calculated product price. All discounts are included.
|
![]() | StandardPrice |
Standard product price. Price does not contain any discounts.
|