Given a Cash Account Code, returns the associated CCashAccount object, or NULL if the cash account name is not found

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

Syntax

C#
public CCashAccount GetCashAccount(
	string cashAccountCode
)
Visual Basic
Public Function GetCashAccount ( _
	cashAccountCode As String _
) As CCashAccount
Visual C++
public:
CCashAccount^ GetCashAccount(
	String^ cashAccountCode
)

Parameters

cashAccountCode
Type: System..::..String
The the key to the cash account to find/validate

Return Value

A CCashAccount object with details about the account, or null if the cash account is not found/not valid.

See Also