Click or drag to resize

DiscountServiceGetDiscountsGiven Method

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

Parameters

discounts
Type: System.Collections.GenericIEnumerableDiscount

Return Value

Type: IEnumerableDiscountGiven
See Also