| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.data.cim | |
| net.authorize.util |
| Modifier and Type | Method and Description |
|---|---|
static ResponseField |
ResponseField.findByFieldName(java.lang.String fieldName)
Lookup a ResponseField by it's field name.
|
static ResponseField |
ResponseField.get(int order)
Get the ResponseField identified by the order specified.
|
static ResponseField |
ResponseField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResponseField[] |
ResponseField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ResponseField,java.lang.String> |
Transaction.getResponseMap()
Return the payment gateway response data map.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Transaction.getResponseField(ResponseField responseField)
Returns the payment gateway response data for a specific ResponseField.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.createResult(T object,
java.util.Map<ResponseField,java.lang.String> responseMap) |
static Transaction |
Transaction.createTransaction(Transaction transaction,
java.util.Map<ResponseField,java.lang.String> responseMap)
Create a transaction from a responseMap.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ResponseField,java.lang.String> |
DirectResponse.getDirectResponseMap() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<ResponseField,java.lang.String> |
HttpClient.execute(Environment environment,
Transaction transaction)
Executes a Transaction against a given Environment.
|
static java.util.Map<ResponseField,java.lang.String> |
ResponseParser.parseResponseString(java.lang.String responseString)
Take a string and parses it into a Map keyed on ResponseFields.
|
static java.util.Map<ResponseField,java.lang.String> |
ResponseParser.parseResponseString(java.lang.String responseString,
java.lang.String delimiter)
Take a string and parses it into a Map keyed on ResponseFields.
|
Copyright © 2018. All Rights Reserved.