Class ThreeDSecureData


  • public class ThreeDSecureData
    extends Object
    ThreeDSecureData
    • Constructor Detail

      • ThreeDSecureData

        public ThreeDSecureData()
    • Method Detail

      • getCavvAlgorithm

        public String getCavvAlgorithm()
        the CAVV algorithm used
        Returns:
        cavvAlgorithm
      • setCavvAlgorithm

        public void setCavvAlgorithm​(String cavvAlgorithm)
      • getThreeDSVersion

        public String getThreeDSVersion()
      • setThreeDSVersion

        public void setThreeDSVersion​(String threeDSVersion)
      • getXid

        public String getXid()
        the transaction identifier (base64 encoded, 20 bytes in decoded form)
        Returns:
        xid
      • setXid

        public void setXid​(String xid)
      • getTavv

        public String getTavv()
        Network token cryptogram.
        Returns:
        tavv
      • setTavv

        public void setTavv​(String tavv)
      • getTokenAuthenticationVerificationValue

        public String getTokenAuthenticationVerificationValue()
        Network token authentication verification value (TAVV). The network token cryptogram.
        Returns:
        tokenAuthenticationVerificationValue
      • setTokenAuthenticationVerificationValue

        public void setTokenAuthenticationVerificationValue​(String tokenAuthenticationVerificationValue)
      • getCavv

        public String getCavv()
        the cardholder authentication value (base64 encoded, 20 bytes in decoded form)
        Returns:
        cavv
      • setCavv

        public void setCavv​(String cavv)
      • getEci

        public String getEci()
        the electronic commerce indicator
        Returns:
        eci
      • setEci

        public void setEci​(String eci)
      • getDsTransID

        public String getDsTransID()
        Supported for 3D Secure 2. The unique transaction identifier assigned by the Directory Server (DS) to identify a single transaction.
        Returns:
        dsTransID
      • setDsTransID

        public void setDsTransID​(String dsTransID)
      • getChallengeCancel

        public String getChallengeCancel()
        Get challengeCancel
        Returns:
        challengeCancel
      • setChallengeCancel

        public void setChallengeCancel​(String challengeCancel)
      • getRiskScore

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

        public void setRiskScore​(String riskScore)
      • getTransStatusReason

        public String getTransStatusReason()
        Get transStatusReason
        Returns:
        transStatusReason
      • setTransStatusReason

        public void setTransStatusReason​(String transStatusReason)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object