Gets or sets the deferred income GL account for this CFunctionFee object. This is DEFERRED_INCOME_ACCOUNT in the Product_Price table.

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

Syntax

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

See Also