Class ThreeDS2Result


  • public class ThreeDS2Result
    extends Object
    ThreeDS2Result
    • Constructor Detail

      • ThreeDS2Result

        public ThreeDS2Result()
    • Method Detail

      • getAuthenticationValue

        public String getAuthenticationValue()
        The `authenticationValue` value as defined in the 3D Secure 2 specification.
        Returns:
        authenticationValue
      • setAuthenticationValue

        public void setAuthenticationValue​(String authenticationValue)
      • getCavvAlgorithm

        public String getCavvAlgorithm()
        The algorithm used by the ACS to calculate the authentication value, only for CartesBancaires integrations.
        Returns:
        cavvAlgorithm
      • setCavvAlgorithm

        public void setCavvAlgorithm​(String cavvAlgorithm)
      • getDsTransID

        public String getDsTransID()
        The `dsTransID` value as defined in the 3D Secure 2 specification.
        Returns:
        dsTransID
      • setDsTransID

        public void setDsTransID​(String dsTransID)
      • getEci

        public String getEci()
        The `eci` value as defined in the 3D Secure 2 specification.
        Returns:
        eci
      • setEci

        public void setEci​(String eci)
      • getMessageVersion

        public String getMessageVersion()
        The `messageVersion` value as defined in the 3D Secure 2 specification.
        Returns:
        messageVersion
      • setMessageVersion

        public void setMessageVersion​(String messageVersion)
      • threeDSServerTransID

        public ThreeDS2Result threeDSServerTransID​(String threeDSServerTransID)
      • getThreeDSServerTransID

        public String getThreeDSServerTransID()
        The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.
        Returns:
        threeDSServerTransID
      • setThreeDSServerTransID

        public void setThreeDSServerTransID​(String threeDSServerTransID)
      • getTimestamp

        public String getTimestamp()
        The `timestamp` value of the 3D Secure 2 authentication.
        Returns:
        timestamp
      • setTimestamp

        public void setTimestamp​(String timestamp)
      • getTransStatus

        public String getTransStatus()
        The `transStatus` value as defined in the 3D Secure 2 specification.
        Returns:
        transStatus
      • setTransStatus

        public void setTransStatus​(String transStatus)
      • getTransStatusReason

        public String getTransStatusReason()
        The `transStatusReason` value as defined in the 3D Secure 2 specification.
        Returns:
        transStatusReason
      • setTransStatusReason

        public void setTransStatusReason​(String transStatusReason)
      • getWhiteListStatus

        public String getWhiteListStatus()
        The `whiteListStatus` value as defined in the 3D Secure 2 specification.
        Returns:
        whiteListStatus
      • setWhiteListStatus

        public void setWhiteListStatus​(String whiteListStatus)
      • getChallengeCancel

        public String getChallengeCancel()
        Indicator informing the ACS and the DS that the authentication has been canceled
        Returns:
        challengeCancel
      • setChallengeCancel

        public void setChallengeCancel​(String challengeCancel)
      • getChallengeIndicator

        public String getChallengeIndicator()
        Get challengeIndicator
        Returns:
        challenegeIndicator
      • setChallengeIndicator

        public void setChallengeIndicator​(String challengeIndicator)
      • getExemptionIndicator

        public String getExemptionIndicator()
        Get exemptionIndicator
        Returns:
        exemptionIndicator
      • setExemptionIndicator

        public void setExemptionIndicator​(String exemptionIndicator)
      • getRiskScore

        public String getRiskScore()
        Get riskScore
        Returns:
        riskScore
      • setRiskScore

        public void setRiskScore​(String riskScore)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object