Class MobileThreeDSecureChallengeParameters

java.lang.Object
com.onlinepayments.domain.MobileThreeDSecureChallengeParameters

public class MobileThreeDSecureChallengeParameters extends Object
  • Constructor Details

    • MobileThreeDSecureChallengeParameters

      public MobileThreeDSecureChallengeParameters()
  • Method Details

    • getAcsReferenceNumber

      public String getAcsReferenceNumber()
      The unique identifier assigned by the EMVCo Secretariat upon testing and approval.
    • setAcsReferenceNumber

      public void setAcsReferenceNumber(String value)
      The unique identifier assigned by the EMVCo Secretariat upon testing and approval.
    • withAcsReferenceNumber

      public MobileThreeDSecureChallengeParameters withAcsReferenceNumber(String value)
      The unique identifier assigned by the EMVCo Secretariat upon testing and approval.
    • getAcsSignedContent

      public String getAcsSignedContent()
      Contains the JWS object created by the ACS for the challenge (ARes).
    • setAcsSignedContent

      public void setAcsSignedContent(String value)
      Contains the JWS object created by the ACS for the challenge (ARes).
    • withAcsSignedContent

      public MobileThreeDSecureChallengeParameters withAcsSignedContent(String value)
      Contains the JWS object created by the ACS for the challenge (ARes).
    • getAcsTransactionId

      public String getAcsTransactionId()
      The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).
    • setAcsTransactionId

      public void setAcsTransactionId(String value)
      The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).
    • withAcsTransactionId

      public MobileThreeDSecureChallengeParameters withAcsTransactionId(String value)
      The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).
    • getThreeDServerTransactionId

      public String getThreeDServerTransactionId()
      The 3-D Secure version 2 transaction ID that is used for the 3D Authentication
    • setThreeDServerTransactionId

      public void setThreeDServerTransactionId(String value)
      The 3-D Secure version 2 transaction ID that is used for the 3D Authentication
    • withThreeDServerTransactionId

      public MobileThreeDSecureChallengeParameters withThreeDServerTransactionId(String value)
      The 3-D Secure version 2 transaction ID that is used for the 3D Authentication