ProductPrices Constructor (Decimal) |
Initializes a new instance of the
ProductPrices class with the specified
price and no discounts.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public ProductPrices(
decimal price
)
Parameters
- price
- Type: SystemDecimal
Product price.
See Also