Uses of Class
com.adyen.model.checkout.ThreeDSecureData.AuthenticationResponseEnum
-
Packages that use ThreeDSecureData.AuthenticationResponseEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDSecureData.AuthenticationResponseEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSecureData.AuthenticationResponseEnum Modifier and Type Method Description static ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData.AuthenticationResponseEnum. fromValue(String value)ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData. getAuthenticationResponse()In 3D Secure 1, the authentication response if the shopper was redirected.static ThreeDSecureData.AuthenticationResponseEnumThreeDSecureData.AuthenticationResponseEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDSecureData.AuthenticationResponseEnum[]ThreeDSecureData.AuthenticationResponseEnum. 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 ThreeDSecureData.AuthenticationResponseEnum Modifier and Type Method Description ThreeDSecureDataThreeDSecureData. authenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)In 3D Secure 1, the authentication response if the shopper was redirected.voidThreeDSecureData. setAuthenticationResponse(ThreeDSecureData.AuthenticationResponseEnum authenticationResponse)In 3D Secure 1, the authentication response if the shopper was redirected.
-