Represents the transactions types that may be supported by PaymentGatewayProvider classes. Not all transaction types are supported by all providers.

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

Syntax

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

Members

Member nameDescription
Sale
Credit
Authorization
DelayedCapture
Void
VoiceAuthorization
Inquiry

See Also