Click or drag to resize

DiscountCollection Constructor (IEnumerableDiscount)

Initializes a new instance of the DiscountCollection class

Namespace:  Dynamicweb.Ecommerce.Orders.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public DiscountCollection(
	IEnumerable<Discount> discounts
)

Parameters

discounts
Type: System.Collections.GenericIEnumerableDiscount
See Also