Gets or sets the General Ledger account into which deferred income from the sales of this product should be credited.

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

Syntax

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

Field Value

A GL account number of the account into which deferred income from the sales of this product should be credited.

See Also