Class BuyerAuthResponse


public class BuyerAuthResponse extends BaseResponseDataObject
Used for the buyerauth operation
  • Constructor Details

    • BuyerAuthResponse

      protected BuyerAuthResponse()
  • Method Details

    • getAcsUrl

      public String getAcsUrl()
      Gets the acsurl parameter.
      Returns:
      String

      Maps to Payflow Parameter: ACSURL

    • setAcsUrl

      public void setAcsUrl(String acsUrl)
      Sets the acsurl parameter.
      Parameters:
      acsUrl - String

      Maps to Payflow Parameter: ACSURL

    • getAuthenticationId

      public String getAuthenticationId()
      Gets the authentication_id parameter.
      Returns:
      authenticationId String

      Maps to Payflow Parameter: AUTHENTICATION_ID

    • setAuthenticationId

      public void setAuthenticationId(String authenticationId)
      Sets the authentication_id parameter.
      Parameters:
      authenticationId - String

      Maps to Payflow Parameter: AUTHENTICATION_ID

    • getAuthenticationStatus

      public String getAuthenticationStatus()
      Gets the authentication_status parameter.
      Returns:
      authenticationStatus String

      Maps to Payflow Parameter: AUTHENTICATION_STATUS

    • setAuthenticationStatus

      public void setAuthenticationStatus(String authenticationStatus)
      Sets the authentication_status parameter.
      Parameters:
      authenticationStatus - String

      Maps to Payflow Parameter: AUTHENTICATION_STATUS

    • getCavv

      public String getCavv()
      Gets the CAVV parameter.
      Returns:
      cavv String

      Maps to Payflow Parameter: CAVV

    • setCavv

      public void setCavv(String cavv)
      Sets the CAVV parameter.
      Parameters:
      cavv - String

      Maps to Payflow Parameter: CAVV

    • getEci

      public String getEci()
      Gets the ECI parameter.
      Returns:
      eci String

      Maps to Payflow Parameter: ECI

    • setEci

      public void setEci(String eci)
      Sets the ECI parameter.
      Parameters:
      eci - String

      Maps to Payflow Parameter: ECI

    • getMd

      public String getMd()
      Gets the MD parameter.
      Returns:
      md String

      Maps to Payflow Parameter: MD

    • setMd

      public void setMd(String md)
      Sets the MD parameter.
      Parameters:
      md - String

      Maps to Payflow Parameter: MD

    • getPaReq

      public String getPaReq()
      Gets the PaReq parameter.
      Returns:
      paReq String

      Maps to Payflow Parameter: PAREQ

    • setPaReq

      public void setPaReq(String paReq)
      Sets the PaReq parameter.
      Parameters:
      paReq - String

      Maps to Payflow Parameter: PAREQ

    • getXid

      public String getXid()
      Gets the XID parameter.
      Returns:
      xid String

      Maps to Payflow Parameter: XID

    • setXid

      public void setXid(String xid)
      Sets the XID parameter.
      Parameters:
      xid - String

      Maps to Payflow Parameter: XID

    • setParams

      protected void setParams(Hashtable ResponseHashTable)
      Overrides:
      setParams in class BaseResponseDataObject