Gets the General Ledger Cash Account used on this order.

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

Syntax

C#
public string CashGLAccount { get; }
Visual Basic
Public ReadOnly Property CashGLAccount As String
	Get
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