ProductPrices Constructor (Decimal, Decimal, ValuesSummary) |
Initializes a new instance of the
ProductPrices class with the specified
price,
standardPrice and
discounts.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public ProductPrices(
decimal price,
decimal standardPrice,
ValuesSummary discounts
)
Parameters
- price
- Type: SystemDecimal
Product price. - standardPrice
- Type: SystemDecimal
Standard product price. - discounts
- Type: CMS.EcommerceValuesSummary
Summary of the discounts 'explaining' the difference between price and standardPrice.
See Also