Gets or sets the percentage discount to be applied to the entire order.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
protected double DiscountPercent { get; set; } |
| Visual Basic |
|---|
Protected Property DiscountPercent As Double Get Set |
| 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.