java.lang.Object
org.apache.ofbiz.accounting.thirdparty.authorizedotnet.AuthorizeResponse

public class AuthorizeResponse extends Object
  • Field Details

  • Constructor Details

    • AuthorizeResponse

      public AuthorizeResponse(String resp, int responseType)
    • AuthorizeResponse

      public AuthorizeResponse(String resp, String delim, int responseType)
  • Method Details

    • isApproved

      public boolean isApproved()
      Is approved boolean.
      Returns:
      the boolean
    • getTransactionId

      public String getTransactionId()
      Gets transaction id.
      Returns:
      the transaction id
    • getAuthorizationCode

      public String getAuthorizationCode()
      Gets authorization code.
      Returns:
      the authorization code
    • getResponseCode

      public String getResponseCode()
      Gets response code.
      Returns:
      the response code
    • getReasonCode

      public String getReasonCode()
      Gets reason code.
      Returns:
      the reason code
    • getReasonText

      public String getReasonText()
      Gets reason text.
      Returns:
      the reason text
    • getAvsResult

      public String getAvsResult()
      Gets avs result.
      Returns:
      the avs result
    • getCvResult

      public String getCvResult()
      Gets cv result.
      Returns:
      the cv result
    • getAmount

      public BigDecimal getAmount()
      Gets amount.
      Returns:
      the amount
    • getRawResponse

      public String getRawResponse()
      Gets raw response.
      Returns:
      the raw response
    • toString

      public String toString()
      Overrides:
      toString in class Object