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

Syntax

C#
public enum CashAccountType
Visual Basic
Public Enumeration CashAccountType
Visual C++
public enum class CashAccountType

Members

Member nameDescription
Cash
CreditCard
Other
DebitCard

See Also