Creates a new instance of
MultiBuyItem initialized with the specified
item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public MultiBuyItem(
CalculationRequestItem item,
decimal unitPrice
)
Parameters
- item
- Type: CMS.EcommerceCalculationRequestItem
Calculation request item to create MultiBuyItem from. - unitPrice
- Type: SystemDecimal
Unit price of the product to calculate discount from.
See Also