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

Syntax

C#
public enum EnumPaymentType
Visual Basic (Declaration)
Public Enumeration EnumPaymentType
Visual C++
public enum class EnumPaymentType

Members

Member nameDescription
Cash
The payment is being made with cash.
CreditCard
The payment is being made with a credit card.
Check
The payment is being made with a check.
PurchaseOrder
The payment is being made with a purchase order.
InKind
The payment is being made with an in-kind transaction.
Other
The payment is being made with some other form accepted by the organization.
DebitCard
The payment is being made with a debit card.

See Also