[This is preliminary documentation and is subject to change.]

The discount percentage for the particular discount.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also