Gets or sets the regular fee for this CFunctionFee object. This is RATE_2 in the Product_Price table.

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

Syntax

C#
public decimal RegularFee { get; set; }
Visual Basic
Public Property RegularFee As Decimal
	Get
	Set
Visual C++
public:
property Decimal RegularFee {
	Decimal get ();
	void set (Decimal value);
}

See Also