Uses of Class
com.adyen.model.checkout.DetailsRequestAuthenticationData
-
Packages that use DetailsRequestAuthenticationData Package Description com.adyen.model.checkout -
-
Uses of DetailsRequestAuthenticationData in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DetailsRequestAuthenticationData Modifier and Type Method Description DetailsRequestAuthenticationDataDetailsRequestAuthenticationData. authenticationOnly(Boolean authenticationOnly)If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.static DetailsRequestAuthenticationDataDetailsRequestAuthenticationData. fromJson(String jsonString)Create an instance of DetailsRequestAuthenticationData given an JSON stringDetailsRequestAuthenticationDataPaymentDetailsRequest. getAuthenticationData()authenticationDataMethods in com.adyen.model.checkout with parameters of type DetailsRequestAuthenticationData Modifier and Type Method Description PaymentDetailsRequestPaymentDetailsRequest. authenticationData(DetailsRequestAuthenticationData authenticationData)authenticationDatavoidPaymentDetailsRequest. setAuthenticationData(DetailsRequestAuthenticationData authenticationData)authenticationData
-