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

Syntax

C#
public virtual string DeferredIncomeAccount { get; set; }
Visual Basic (Declaration)
Public Overridable Property DeferredIncomeAccount As String
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