@Deprecated
public class Result
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
static Result |
createResult(java.lang.String apiLoginId,
java.lang.String merchantMD5Key,
java.util.Map<java.lang.String,java.lang.String[]> responseMap)
Deprecated.
Create a result for SIM based on the response map.
|
ResponseReasonCode |
getReasonResponseCode()
Deprecated.
|
ResponseCode |
getResponseCode()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.String> |
getResponseMap()
Deprecated.
|
boolean |
isApproved()
Deprecated.
|
boolean |
isAuthorizeNet()
Deprecated.
Verify that the relay response post is actually coming from
AuthorizeNet.
|
boolean |
isDeclined()
Deprecated.
|
boolean |
isError()
Deprecated.
|
boolean |
isReview()
Deprecated.
|
public static Result createResult(java.lang.String apiLoginId, java.lang.String merchantMD5Key, java.util.Map<java.lang.String,java.lang.String[]> responseMap)
apiLoginId - merchant api login IdmerchantMD5Key - MD5 key that is created in the Security Settings in the merchant interface.responseMap - public boolean isAuthorizeNet()
public boolean isApproved()
public boolean isDeclined()
public boolean isError()
public boolean isReview()
public ResponseCode getResponseCode()
public ResponseReasonCode getReasonResponseCode()
public java.util.Map<java.lang.String,java.lang.String> getResponseMap()
Copyright © 2018. All Rights Reserved.