Class BuyerAuthStatus

java.lang.Object
paypal.payflow.BuyerAuthStatus

public class BuyerAuthStatus extends Object
Used for BuyerAuth Status information.

Use this class to set the BuyerAuth Status related information.

  • Constructor Details

    • BuyerAuthStatus

      public BuyerAuthStatus()
      Constructor
  • Method Details

    • 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:
      authenticationId 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

    • 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

    • 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

    • getdsTransactionId

      public String getdsTransactionId()
      Gets the DSTRANSACTIONID parameter.
      Returns:
      dsTransactionId String

      Maps to Payflow Parameter: DSTRANSACTION

    • setDsTransactionId

      public void setDsTransactionId(String dsTransactionId)
      Sets the DSTRANSACTION parameter.
      Parameters:
      dsTransactionId - String

      Maps to Payflow Parameter: DSTRANSACTION

    • getThreeDSVersion

      public String getThreeDSVersion()
      Gets the THREEDSVERSION parameter.
      Returns:
      threeDSVersion String

      Maps to Payflow Parameter: THREEDSVERSION

    • setThreeDSVersion

      public void setThreeDSVersion(String threeDSVersion)
      Sets the THREEDSVERSION parameter.
      Parameters:
      threeDSVersion - String

      Maps to Payflow Parameter: THREEDSVERSION

    • generateRequest

      protected void generateRequest()
    • getContext

      protected Context getContext()
    • setContext

      protected void setContext(Context context)
    • getRequestBuffer

      protected StringBuffer getRequestBuffer()
      Gets the Requestbuffer used for creating the actual request string.
      Returns:
      mRequestBuffer StringBuffer
    • setRequestBuffer

      protected void setRequestBuffer(StringBuffer value)
      sets the StringBuffer to hold the request string.
      Parameters:
      value - StringBuffer