| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.arb | |
| net.authorize.cim | |
| net.authorize.reporting | |
| net.authorize.sim |
| Modifier and Type | Method and Description |
|---|---|
static Merchant |
Merchant.createMerchant(Environment environment,
java.lang.String login,
java.lang.String transactionKey)
Deprecated.
|
| 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 |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
Subscription subscription)
Deprecated.
Creates a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType)
Deprecated.
Creates a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType)
Deprecated.
Creates a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Fingerprint |
Fingerprint.createFingerprint(Merchant merchant,
long sequence,
java.math.BigDecimal amount)
Deprecated.
Create a fingerprint with object based fields.
|
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.