Click or drag to resize
MultiBuyItem Constructor
Creates a new instance of MultiBuyItem initialized with the specified item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
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