Gets or sets the priority in applying payment toward this CDuesProduct relative to other dues products whan payments are applied to multiple dues product lines.

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

Syntax

C#
public int PaymentPriority { get; set; }
Visual Basic (Declaration)
Public Property PaymentPriority As Integer
Visual C++
public:
property int PaymentPriority {
	int get ();
	void set (int value);
}

Field Value

A lower number has a higher priority than a larger number.

Remarks

This can also be used to sort the line items on a dues billing notice or renewal.

See Also