net.authorize
Class Result<T>
java.lang.Object
net.authorize.Result<T>
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Result, Result, Result
public abstract class Result<T>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transaction
protected Transaction transaction
target
protected T target
MessageDigestAlgorithm
public static final String MessageDigestAlgorithm
- See Also:
- Constant Field Values
Result
public Result()
getTransaction
public Transaction getTransaction()
- Get the request transaction.
- Returns:
- Transaction
getTarget
public T getTarget()
- Get the target (request + response transaction).
- Returns:
- Transaction
isAuthorizeNetResponse
public static boolean isAuthorizeNetResponse(String md5Value,
String apiLoginId,
String amount,
String transId,
String transHash)
- Verify that the relay response post is actually coming from
AuthorizeNet.
- Returns:
- boolean true if the txn came from Authorize.Net
Copyright © 2014. All Rights Reserved.