| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
java.math.BigDecimal amount)
Create a Transaction for a merchant.
|
| Constructor and Description |
|---|
Transaction(Merchant merchant,
TransactionType transactionType,
java.math.BigDecimal amount)
Constructor for creation a transaction with typed objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
Subscription subscription)
Creates a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType)
Creates a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType)
Creates a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static Fingerprint |
Fingerprint.createFingerprint(Merchant merchant,
long sequence,
java.math.BigDecimal amount)
Create a fingerprint with object based fields.
|
static Transaction |
Transaction.createTransaction(Merchant merchant,
TransactionType transactionType,
long fingerPrintSequence,
java.math.BigDecimal amount)
Create a Transaction for a given merchant.
|
| Constructor and Description |
|---|
Transaction(Merchant merchant,
TransactionType transactionType,
java.math.BigDecimal amount)
Constructor.
|
Copyright © 2018. All Rights Reserved.