The CashAccountType enumeration represents the types of cash account, e.g., 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 enum CashAccountType
Visual Basic (Declaration)
Public Enumeration CashAccountType
Visual C++
public enum class CashAccountType

Members

Member nameDescription
Cash
The account is for cash deposits
CreditCard
The account is for credit cards
Other
The account is for other types of income treated as cash. E.g., In-Kind, Stock, etc.
DebitCard
The account is for debit cards

See Also