|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionType | |
|---|---|
| net.authorize | |
| net.authorize.cim | |
| Uses of TransactionType in net.authorize |
|---|
| Methods in net.authorize with parameters of type TransactionType | |
|---|---|
Transaction |
Merchant.createCIMTransaction(TransactionType transactionType)
Creates a new CIM Transaction. |
| Uses of TransactionType in net.authorize.cim |
|---|
| Methods in net.authorize.cim that return TransactionType | |
|---|---|
TransactionType |
Transaction.getTransactionType()
|
static TransactionType |
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.authorize.cim with parameters of type TransactionType | |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType)
Creates a transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||