Represents the transactions types that may be supported by PaymentGatewayProvider classes. Not all transaction
types are supported by all providers.
Namespace: Asi.iBO.CommerceAssembly: 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 name | Description | |
|---|---|---|
| Sale | ||
| Credit | ||
| Authorization | ||
| DelayedCapture | ||
| Void | ||
| VoiceAuthorization | ||
| Inquiry |