paynet.constants
Interface TransactionType


public interface TransactionType

TransactionType interface

This interface contains valid transaction types.

Version:
Sep 2007
Author:
Clay Morgan

Field Summary
static int CC_REFUND
          Credit Card Refund
static int CC_SALE
          Credit Card Sale (web transaction or keyed entry)
static int CC_SWIPE_REFUND
          Credit Card Retail Refund (swipe data)
static int CC_SWIPE_SALE
          Credit Card Retail Sale (swipe data)
static int DEBIT_REFUND
          Debit Card Refund
static int DEBIT_SALE
          Debit Card Sale
static int DEBIT_SWIPE_REFUND
          Debit Card Retail Refund (swipe data)
static int DEBIT_SWIPE_SALE
          Debit Card Retail Sale (swipe data)
 

Field Detail

CC_SALE

static final int CC_SALE
Credit Card Sale (web transaction or keyed entry)

See Also:
Constant Field Values

CC_SWIPE_SALE

static final int CC_SWIPE_SALE
Credit Card Retail Sale (swipe data)

See Also:
Constant Field Values

CC_REFUND

static final int CC_REFUND
Credit Card Refund

See Also:
Constant Field Values

CC_SWIPE_REFUND

static final int CC_SWIPE_REFUND
Credit Card Retail Refund (swipe data)

See Also:
Constant Field Values

DEBIT_SALE

static final int DEBIT_SALE
Debit Card Sale

See Also:
Constant Field Values

DEBIT_SWIPE_SALE

static final int DEBIT_SWIPE_SALE
Debit Card Retail Sale (swipe data)

See Also:
Constant Field Values

DEBIT_REFUND

static final int DEBIT_REFUND
Debit Card Refund

See Also:
Constant Field Values

DEBIT_SWIPE_REFUND

static final int DEBIT_SWIPE_REFUND
Debit Card Retail Refund (swipe data)

See Also:
Constant Field Values