Gets or sets the percentage discount to be applied to the entire order.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected double DiscountPercent { get; set; }
Visual Basic (Declaration)
Protected Property DiscountPercent As Double
Visual C++
protected:
property double DiscountPercent {
	double get ();
	void set (double value);
}

Field Value

A percentage discount (0.00 to 100.00) that will be applied to the entire order's price.

Remarks

A discount entered in the % Discount field applies to all of the products ordered. However, if a product's price is changed after applying an order-level discount, the discount will not extend to the product line-item's new price. In addition, individual product line-item discounts override order-level discounts.

See Also