Sets the CashGLAccount on the COrder. Only available to derived classes.

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

Syntax

C#
protected void SetCashGLAccount(
	string accountNumber
)
Visual Basic
Protected Sub SetCashGLAccount ( _
	accountNumber As String _
)
Visual C++
protected:
void SetCashGLAccount(
	String^ accountNumber
)

Parameters

accountNumber
Type: System..::..String
The new cash general ledger account.

See Also