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.3.0

Syntax

C#
public int PaymentPriority { get; set; }
Visual Basic
Public Property PaymentPriority As Integer
	Get
	Set
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