Gets or sets the amount by which the UnitPrice represents a reduction in the UndiscountedPrice.

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

Syntax

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

Remarks

If the UndiscountedPrice is zero or less, zero is returned. If this value is set, UnitPrice and other order line amounts will be recalculated.

See Also