| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.data.cim | |
| net.authorize.sim |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Merchant.createAIMTransaction(TransactionType transactionType,
BigDecimal amount)
Creates a new AIM Transaction.
|
Transaction |
Merchant.createSIMTransaction(TransactionType transactionType,
long fingerPrintSequence,
BigDecimal amount)
Creates a new SIM Transaction.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionType |
Transaction.transactionType |
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
Transaction.getTransactionType()
Get the transaction type.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
BigDecimal amount)
Create a Transaction for a merchant.
|
| Constructor and Description |
|---|
Transaction(Merchant merchant,
TransactionType transactionType,
BigDecimal amount)
Constructor for creation a transaction with typed objects.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionType |
PaymentTransaction.getTransactionType()
Get the payment transaction type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTransaction.setTransactionType(TransactionType transactionType)
Set the payment transaction type.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
long fingerPrintSequence,
BigDecimal amount)
Create a Transaction for a given merchant.
|
| Constructor and Description |
|---|
Transaction(Merchant merchant,
TransactionType transactionType,
BigDecimal amount)
Constructor.
|
Copyright © 2016. All Rights Reserved.