| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.data.cim | |
| net.authorize.sim |
| Modifier and Type | Method and Description |
|---|---|
static TransactionType |
TransactionType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Merchant.createAIMTransaction(TransactionType transactionType,
java.math.BigDecimal amount)
Deprecated.
|
Transaction |
Merchant.createSIMTransaction(TransactionType transactionType,
long fingerPrintSequence,
java.math.BigDecimal amount)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionType |
Transaction.transactionType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
Transaction.getTransactionType()
Deprecated.
Get the transaction type.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
java.math.BigDecimal amount)
Deprecated.
Create a Transaction for a merchant.
|
| Constructor and Description |
|---|
Transaction(Merchant merchant,
TransactionType transactionType,
java.math.BigDecimal amount)
Deprecated.
Constructor for creation a transaction with typed objects.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
PaymentTransaction.getTransactionType()
Deprecated.
Get the payment transaction type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransaction.setTransactionType(TransactionType transactionType)
Deprecated.
Set the payment transaction type.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
long fingerPrintSequence,
java.math.BigDecimal amount)
Deprecated.
Create a Transaction for a given merchant.
|
| Constructor and Description |
|---|
Transaction(Merchant merchant,
TransactionType transactionType,
java.math.BigDecimal amount)
Deprecated.
Constructor.
|
Copyright © 2018. All Rights Reserved.