Uses of Class
com.adyen.model.checkout.AuthenticationData2
-
Packages that use AuthenticationData2 Package Description com.adyen.model.checkout -
-
Uses of AuthenticationData2 in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AuthenticationData2 Modifier and Type Method Description AuthenticationData2AuthenticationData2. attemptAuthentication(AuthenticationData2.AttemptAuthenticationEnum attemptAuthentication)AuthenticationData2AuthenticationData2. authenticationOnly(Boolean authenticationOnly)static AuthenticationData2AuthenticationData2. fromJson(String jsonString)Create an instance of AuthenticationData2 given an JSON stringAuthenticationData2CreateCheckoutSessionRequest. getAuthenticationData()Get authenticationDataAuthenticationData2CreateCheckoutSessionResponse. getAuthenticationData()Get authenticationDataAuthenticationData2PaymentDonationRequest. getAuthenticationData()Get authenticationDataAuthenticationData2PaymentRequest. getAuthenticationData()Get authenticationDataAuthenticationData2AuthenticationData2. threeDSRequestData(ThreeDSRequestData threeDSRequestData)Methods in com.adyen.model.checkout with parameters of type AuthenticationData2 Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. authenticationData(AuthenticationData2 authenticationData)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. authenticationData(AuthenticationData2 authenticationData)PaymentDonationRequestPaymentDonationRequest. authenticationData(AuthenticationData2 authenticationData)PaymentRequestPaymentRequest. authenticationData(AuthenticationData2 authenticationData)voidCreateCheckoutSessionRequest. setAuthenticationData(AuthenticationData2 authenticationData)voidCreateCheckoutSessionResponse. setAuthenticationData(AuthenticationData2 authenticationData)voidPaymentDonationRequest. setAuthenticationData(AuthenticationData2 authenticationData)voidPaymentRequest. setAuthenticationData(AuthenticationData2 authenticationData)
-