Click or drag to resize
MultiBuyDiscountsEvaluator Constructor
Creates a new instance of applicator for given cart items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public MultiBuyDiscountsEvaluator(
	IEnumerable<ShoppingCartItemInfo> cartItems
)

Parameters

cartItems
Type: System.Collections.GenericIEnumerableShoppingCartItemInfo
Cart items to be evaluated.
See Also