Class AuthorizeResponse
java.lang.Object
org.apache.ofbiz.accounting.thirdparty.authorizedotnet.AuthorizeResponse
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAuthorizeResponse
(String resp, int responseType) AuthorizeResponse
(String resp, String delim, int responseType) -
Method Summary
Modifier and TypeMethodDescriptionGets amount.Gets authorization code.Gets avs result.Gets cv result.Gets raw response.Gets reason code.Gets reason text.Gets response code.Gets transaction id.boolean
Is approved boolean.toString()
-
Field Details
-
AIM_RESPONSE
public static final int AIM_RESPONSE- See Also:
-
CP_RESPONSE
public static final int CP_RESPONSE- See Also:
-
ERROR
- See Also:
-
RESPONSE_CODE
- See Also:
-
REASON_CODE
- See Also:
-
REASON_TEXT
- See Also:
-
AUTHORIZATION_CODE
- See Also:
-
AVS_RESULT_CODE
- See Also:
-
CVV_RESULT_CODE
- See Also:
-
TRANSACTION_ID
- See Also:
-
AMOUNT
- See Also:
-
-
Constructor Details
-
AuthorizeResponse
-
AuthorizeResponse
-
-
Method Details
-
isApproved
public boolean isApproved()Is approved boolean.- Returns:
- the boolean
-
getTransactionId
Gets transaction id.- Returns:
- the transaction id
-
getAuthorizationCode
Gets authorization code.- Returns:
- the authorization code
-
getResponseCode
Gets response code.- Returns:
- the response code
-
getReasonCode
Gets reason code.- Returns:
- the reason code
-
getReasonText
Gets reason text.- Returns:
- the reason text
-
getAvsResult
Gets avs result.- Returns:
- the avs result
-
getCvResult
Gets cv result.- Returns:
- the cv result
-
getAmount
Gets amount.- Returns:
- the amount
-
getRawResponse
Gets raw response.- Returns:
- the raw response
-
toString
-