Gets the the type of cash account, e.g., real cash, credit card, debit card, or other.

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

Syntax

C#
public CashAccountType AccountType { get; }
Visual Basic
Public ReadOnly Property AccountType As CashAccountType
	Get
Visual C++
public:
property CashAccountType AccountType {
	CashAccountType get ();
}

See Also