Represents the types of payment that may be accepted by the organization

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

Syntax

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

Members

Member nameDescription
Cash
CreditCard
Check
PurchaseOrder
InKind
Other
DebitCard

See Also