@Deprecated
public abstract class Result<T>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MessageDigestAlgorithm
Deprecated.
|
protected T |
target
Deprecated.
|
protected Transaction |
transaction
Deprecated.
|
| Constructor and Description |
|---|
Result()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getTarget()
Deprecated.
Get the target (request + response transaction).
|
Transaction |
getTransaction()
Deprecated.
Get the request transaction.
|
static boolean |
isAuthorizeNetResponse(java.lang.String md5Value,
java.lang.String apiLoginId,
java.lang.String amount,
java.lang.String transId,
java.lang.String transHash)
Deprecated.
Verify that the relay response post is actually coming from
AuthorizeNet.
|
protected Transaction transaction
protected T target
public static final java.lang.String MessageDigestAlgorithm
public Transaction getTransaction()
public T getTarget()
public static boolean isAuthorizeNetResponse(java.lang.String md5Value,
java.lang.String apiLoginId,
java.lang.String amount,
java.lang.String transId,
java.lang.String transHash)
Copyright © 2018. All Rights Reserved.