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.3.0

Syntax

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

See Also