Click or drag to resize

DiscountServiceGetDiscounts Method (Product, Boolean)

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

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
excludingDiscount
Type: SystemBoolean

Return Value

Type: IEnumerableDiscount
See Also