Gets or sets the late fee for this CFunctionFee object. This is RATE_3 in the Product_Price table.

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

Syntax

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

See Also