Uses of Class
com.adyen.model.checkout.ThreeDSRequestData.NativeThreeDSEnum
-
Packages that use ThreeDSRequestData.NativeThreeDSEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSRequestData.NativeThreeDSEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSRequestData.NativeThreeDSEnum Modifier and Type Method Description static ThreeDSRequestData.NativeThreeDSEnumThreeDSRequestData.NativeThreeDSEnum. fromValue(String value)ThreeDSRequestData.NativeThreeDSEnumThreeDSRequestData. getNativeThreeDS()Indicates if [native 3D Secure authentication](https://docs.adyen.com/online-payments/3d-secure/native-3ds2) should be used when available.static ThreeDSRequestData.NativeThreeDSEnumThreeDSRequestData.NativeThreeDSEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSRequestData.NativeThreeDSEnum[]ThreeDSRequestData.NativeThreeDSEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type ThreeDSRequestData.NativeThreeDSEnum Modifier and Type Method Description ThreeDSRequestDataThreeDSRequestData. nativeThreeDS(ThreeDSRequestData.NativeThreeDSEnum nativeThreeDS)Indicates if [native 3D Secure authentication](https://docs.adyen.com/online-payments/3d-secure/native-3ds2) should be used when available.voidThreeDSRequestData. setNativeThreeDS(ThreeDSRequestData.NativeThreeDSEnum nativeThreeDS)Indicates if [native 3D Secure authentication](https://docs.adyen.com/online-payments/3d-secure/native-3ds2) should be used when available.
-