Uses of Class
com.onlinepayments.domain.ThreeDSecureResults
Packages that use ThreeDSecureResults
-
Uses of ThreeDSecureResults in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ThreeDSecureResultsModifier and TypeMethodDescriptionCardPaymentMethodSpecificOutput.getThreeDSecureResults()3D Secure results objectMobilePaymentMethodSpecificOutput.getThreeDSecureResults()3D Secure results objectThreeDSecureResults.withAcsTransactionId(String value) Authenticated Transaction Identifier at the ACS/Issuer.ThreeDSecureResults.withAppliedExemption(String value) Exemption requested and applied in the authorizationThreeDSecureResults.withAuthenticationStatus(String value) One-letter authentication status returned by DS.Cardholder Authentication Verification Value.ThreeDSecureResults.withChallengeIndicator(String value) Challenge Indicator used for this transaction.ThreeDSecureResults.withDsTransactionId(String value) 3D Secure Directory Server Transaction Identifier used for this transaction.Indicates Authentication validation results returned after AuthenticationValidationThreeDSecureResults.withExemptionEngineFlow(String value) Detailed description of the Exemption Engine outcomes3D Secure Flow used during this transaction.ThreeDSecureResults.withLiability(String value) Determines the Fraud liability.ThreeDSecureResults.withSchemeEci(String value) 3D Secure ECI (Electronic Commerce Indicator) depending on the Scheme.ThreeDSecureResults.withVersion(String value) 3D Secure Protocol version used during this transaction.Transaction ID for the AuthenticationMethods in com.onlinepayments.domain with parameters of type ThreeDSecureResultsModifier and TypeMethodDescriptionvoidCardPaymentMethodSpecificOutput.setThreeDSecureResults(ThreeDSecureResults value) 3D Secure results objectvoidMobilePaymentMethodSpecificOutput.setThreeDSecureResults(ThreeDSecureResults value) 3D Secure results objectCardPaymentMethodSpecificOutput.withThreeDSecureResults(ThreeDSecureResults value) 3D Secure results objectMobilePaymentMethodSpecificOutput.withThreeDSecureResults(ThreeDSecureResults value) 3D Secure results object