Gets or sets a reference to the pre-defined Prorate rule to be used with this CDuesProduct.

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

Syntax

C#
public string ProrateRule { get; set; }
Visual Basic
Public Property ProrateRule As String
	Get
	Set
Visual C++
public:
property String^ ProrateRule {
	String^ get ();
	void set (String^ value);
}

Field Value

Prorating rules are named like "PR\PRORATE\xx" where xx is the number of months in the renewal period for the product. The value set here may be in a form like "PR\PRORATE\12" or "PRORATE\12" or just "12". The value returned will be like "PR\PRORATE\12"

Remarks

Prorating allows reduced rates for new customers/subscribers who join after the start of the annual membership term.

See Also