Module: Hps::HpsTransactionType

Defined in:
lib/hps/entities/hps_transaction_type.rb

Constant Summary collapse

AUTHORIZE =
0
CAPTURE =
1
CHARGE =
2
REFUND =
3
REVERSE =
4
VERIFY =
5
LIST =
6
GET =
7
VOID =
8
SECURITY_ERROR =
9
BATCH_CLOSE =
10