Click or drag to resize

ProductDiscount Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[AddInNameAttribute("Product discount")]
[AddInDescriptionAttribute("The product specific discount lets you apply a discount to a certain product. E.g. a customer buys product X and gets a 10 percent discount on that product.")]
[AddInActiveAttribute(true)]
[AddInOrderAttribute(1)]
public class ProductDiscount : SalesDiscountProvider, 
	IProductDiscount

The ProductDiscount type exposes the following members.

Constructors
  NameDescription
Public methodProductDiscount
Initializes a new instance of the ProductDiscount class
Top
Properties
Methods
Fields
  NameDescription
Protected fieldDefaultVoucherCodeFieldCaption (Inherited from SalesDiscountProvider.)
Top
See Also