Gets or sets a value that indicates what type of payment this is (e.g., credit card, check, PO, etc.).

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

Syntax

C#
public EnumPaymentType PaymentType { get; set; }
Visual Basic
Public Property PaymentType As EnumPaymentType
	Get
	Set
Visual C++
public:
property EnumPaymentType PaymentType {
	EnumPaymentType get ();
	void set (EnumPaymentType value);
}

Field Value

A value indicating how payment was made. For example, by credit card, by check, etc.

Remarks

iBO only supports cash, check, credit card, debit card, and purchase order payments at this time. If an EnumPaymentType is other than Cash, Check, PurchaseOrder, CreditCard, or DebitCard, an error is generated.

See Also