Gets or sets the DISCOUNT field of the COrderLine.

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

Syntax

C#
public virtual double DiscountPercent { get; set; }
Visual Basic (Declaration)
Public Overridable Property DiscountPercent As Double
Visual C++
public:
virtual property double DiscountPercent {
	double get ();
	void set (double value);
}

Remarks

If the value supplied is greater than 100 characters in length an error is reported.

See Also