Gets or sets the General Ledger account into which 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 IncomeAccount { get; set; }
Visual Basic (Declaration)
Public Overridable Property IncomeAccount As String
Visual C++
public:
virtual property String^ IncomeAccount {
	String^ get ();
	void set (String^ value);
}

Field Value

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

See Also