public class Result extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static Result |
createResult(String apiLoginId,
String merchantMD5Key,
Map<String,String[]> responseMap)
Create a result for SIM based on the response map.
|
ResponseReasonCode |
getReasonResponseCode() |
ResponseCode |
getResponseCode() |
Map<String,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(String apiLoginId, String merchantMD5Key, Map<String,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()
Copyright © 2016. All Rights Reserved.