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

Syntax

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

See Also