public final class TransactionTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CASH
To be used for a payment with cash.
|
static int |
CASH_OUT_WITHDRAWAL
(not yet implemented)
|
static int |
PAYMENT_WITH_CASH_OUT
To be used for a payment with cash out.
|
static int |
PRE_AUTHORIZATION
(not yet implemented)
|
static int |
PRE_AUTHORIZATION_CANCEL
(not yet implemented)
|
static int |
PRE_AUTHORIZATION_COMPLETION
(not yet implemented)
|
static int |
REFUND
To be used to refund a previously processed transaction.
|
static int |
SALE
To be used for a standard payment/ sale/ debit transaction.
|
static int |
VOID
To be used to void or cancel a previously processed transaction.
|
public static final int SALE
public static final int REFUND
public static final int VOID
public static final int PRE_AUTHORIZATION
public static final int PRE_AUTHORIZATION_CANCEL
public static final int PRE_AUTHORIZATION_COMPLETION
public static final int CASH
public static final int PAYMENT_WITH_CASH_OUT
public static final int CASH_OUT_WITHDRAWAL