Gets or sets the number of months for which the CDuesProduct will be renewed when payment is received.

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

Syntax

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

Field Value

The number of months for which the dues product will be renewed when a renewal payment is received.

Remarks

If not set, or set to 0, the Standard Billing Interval (from Dues/Billing Setup) will be used.

See Also