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)
Create a result for SIM based on the response map.
|
ResponseReasonCode |
getReasonResponseCode() |
ResponseCode |
getResponseCode() |
java.util.Map<java.lang.String,java.lang.String> |
getResponseMap() |
boolean |
isApproved() |
boolean |
isAuthorizeNet()
Verify that the relay response post is actually coming from
AuthorizeNet.
|
boolean |
isDeclined() |
boolean |
isError() |
boolean |
isReview() |
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.