Click or drag to resize

DiscountServiceGetDiscounts Method (Group, Boolean)

Namespace:  Dynamicweb.Ecommerce.Orders.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Discount> GetDiscounts(
	Group group,
	bool excludingDiscount
)

Parameters

group
Type: Dynamicweb.Ecommerce.ProductsGroup
excludingDiscount
Type: SystemBoolean

Return Value

Type: IEnumerableDiscount
See Also