Class ThreeDSRequest


  • public final class ThreeDSRequest
    extends java.lang.Object
    • Constructor Detail

      • ThreeDSRequest

        public ThreeDSRequest()
      • ThreeDSRequest

        public ThreeDSRequest​(java.lang.Boolean enabled,
                              java.lang.Boolean attemptN3D,
                              java.lang.String eci,
                              java.lang.String cryptogram,
                              java.lang.String xid,
                              java.lang.String version,
                              Exemption exemption,
                              ChallengeIndicator challengeIndicator,
                              java.lang.Boolean allowUpgrade,
                              MerchantAuthenticationInfo merchantAuthenticationInfo,
                              AccountInfo accountInfo,
                              java.lang.String status,
                              java.time.Instant authenticationDate,
                              java.lang.Long authenticationAmount,
                              ThreeDSFlowType flowType,
                              java.lang.String statusReasonCode,
                              java.lang.String challengeCancelReason,
                              java.lang.String score,
                              java.lang.String cryptogramAlgorithm,
                              java.lang.String authenticationId,
                              InitialAuthentication initialAuthentication)
    • Method Detail

      • getEnabled

        public java.lang.Boolean getEnabled()
      • getAttemptN3D

        public java.lang.Boolean getAttemptN3D()
      • getEci

        public java.lang.String getEci()
      • getCryptogram

        public java.lang.String getCryptogram()
      • getXid

        public java.lang.String getXid()
      • getVersion

        public java.lang.String getVersion()
      • getExemption

        public Exemption getExemption()
      • getAllowUpgrade

        public java.lang.Boolean getAllowUpgrade()
      • getStatus

        public java.lang.String getStatus()
      • getAuthenticationDate

        public java.time.Instant getAuthenticationDate()
      • getAuthenticationAmount

        public java.lang.Long getAuthenticationAmount()
      • getStatusReasonCode

        public java.lang.String getStatusReasonCode()
      • getChallengeCancelReason

        public java.lang.String getChallengeCancelReason()
      • getScore

        public java.lang.String getScore()
      • getCryptogramAlgorithm

        public java.lang.String getCryptogramAlgorithm()
      • getAuthenticationId

        public java.lang.String getAuthenticationId()
      • setEnabled

        public void setEnabled​(java.lang.Boolean enabled)
      • setAttemptN3D

        public void setAttemptN3D​(java.lang.Boolean attemptN3D)
      • setEci

        public void setEci​(java.lang.String eci)
      • setCryptogram

        public void setCryptogram​(java.lang.String cryptogram)
      • setXid

        public void setXid​(java.lang.String xid)
      • setVersion

        public void setVersion​(java.lang.String version)
      • setExemption

        public void setExemption​(Exemption exemption)
      • setChallengeIndicator

        public void setChallengeIndicator​(ChallengeIndicator challengeIndicator)
      • setAllowUpgrade

        public void setAllowUpgrade​(java.lang.Boolean allowUpgrade)
      • setMerchantAuthenticationInfo

        public void setMerchantAuthenticationInfo​(MerchantAuthenticationInfo merchantAuthenticationInfo)
      • setAccountInfo

        public void setAccountInfo​(AccountInfo accountInfo)
      • setStatus

        public void setStatus​(java.lang.String status)
      • setAuthenticationDate

        public void setAuthenticationDate​(java.time.Instant authenticationDate)
      • setAuthenticationAmount

        public void setAuthenticationAmount​(java.lang.Long authenticationAmount)
      • setStatusReasonCode

        public void setStatusReasonCode​(java.lang.String statusReasonCode)
      • setChallengeCancelReason

        public void setChallengeCancelReason​(java.lang.String challengeCancelReason)
      • setScore

        public void setScore​(java.lang.String score)
      • setCryptogramAlgorithm

        public void setCryptogramAlgorithm​(java.lang.String cryptogramAlgorithm)
      • setAuthenticationId

        public void setAuthenticationId​(java.lang.String authenticationId)
      • setInitialAuthentication

        public void setInitialAuthentication​(InitialAuthentication initialAuthentication)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object