Gets the General Ledger Cash Account used on this order.

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

Syntax

C#
public string CashGLAccount { get; }
Visual Basic (Declaration)
Public ReadOnly Property CashGLAccount As String
Visual C++
public:
property String^ CashGLAccount {
	String^ get ();
}

Field Value

The account number of a General Ledger account. The value is determined by internal iMIS business rules.

See Also