Uses of Class
com.adyen.model.checkout.AuthenticationData
-
Packages that use AuthenticationData Package Description com.adyen.model.checkout -
-
Uses of AuthenticationData in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AuthenticationData Modifier and Type Method Description AuthenticationDataAuthenticationData. attemptAuthentication(AuthenticationData.AttemptAuthenticationEnum attemptAuthentication)AuthenticationDataAuthenticationData. authenticationOnly(Boolean authenticationOnly)AuthenticationDataCreateCheckoutSessionRequest. getAuthenticationData()Get authenticationDataAuthenticationDataCreateCheckoutSessionResponse. getAuthenticationData()Get authenticationDataAuthenticationDataPaymentsRequest. getAuthenticationData()Get authenticationDataAuthenticationDataAuthenticationData. threeDSRequestData(ThreeDSRequestData threeDSRequestData)Methods in com.adyen.model.checkout with parameters of type AuthenticationData Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. authenticationData(AuthenticationData authenticationData)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. authenticationData(AuthenticationData authenticationData)PaymentsRequestPaymentsRequest. authenticationData(AuthenticationData authenticationData)voidCreateCheckoutSessionRequest. setAuthenticationData(AuthenticationData authenticationData)voidCreateCheckoutSessionResponse. setAuthenticationData(AuthenticationData authenticationData)voidPaymentsRequest. setAuthenticationData(AuthenticationData authenticationData)
-