| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.aim | |
| net.authorize.data.cim | |
| net.authorize.util |
| Modifier and Type | Method and Description |
|---|---|
static ResponseField |
ResponseField.findByFieldName(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(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 |
|---|---|
Map<ResponseField,String> |
Transaction.getResponseMap()
Return the payment gateway response data map.
|
| Modifier and Type | Method and Description |
|---|---|
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,
Map<ResponseField,String> responseMap) |
static Transaction |
Transaction.createTransaction(Transaction transaction,
Map<ResponseField,String> responseMap)
Create a transaction from a responseMap.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResponseField,String> |
DirectResponse.getDirectResponseMap() |
| Modifier and Type | Method and Description |
|---|---|
static Map<ResponseField,String> |
HttpClient.execute(Environment environment,
Transaction transaction)
Executes a Transaction against a given Environment.
|
static Map<ResponseField,String> |
ResponseParser.parseResponseString(String responseString)
Take a string and parses it into a Map keyed on ResponseFields.
|
static Map<ResponseField,String> |
ResponseParser.parseResponseString(String responseString,
String delimiter)
Take a string and parses it into a Map keyed on ResponseFields.
|
Copyright © 2016. All Rights Reserved.