TxnType Field

The transaction type.
Public TxnType As Nullable(Of Integer)
This language is not supported or no code example is available.
public Nullable<int> TxnType
This language is not supported or no code example is available.

Field Value

Nullable<int>
Remarks
 
Possible Values:
  • 0: sale
  • 1: refund
  • 2: Pre-authorisation
  • 3: Pre-authorisation completion
  • 4: Mail order/Telephone order
  • 5: Cash advance
  • 6: Card payment
  • 7: Bill payment
  • 8: Other payment
  • 9: Pre-payment

.NET Framework

Supported in: 3.5 or newer

In this article

Definition