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.2.0

Syntax

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

See Also