Gets the cash account code, key to the CCashAccount object. Examples include "CASH", "AMEX", "VISA", "INKIND", etc.

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

Syntax

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

See Also