Uses of Class
com.adyen.model.acswebhooks.AuthenticationDecision
-
Packages that use AuthenticationDecision Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationDecision in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationDecision Modifier and Type Method Description static AuthenticationDecisionAuthenticationDecision. fromJson(String jsonString)Create an instance of AuthenticationDecision given an JSON stringAuthenticationDecisionRelayedAuthenticationResponse. getAuthenticationDecision()Get authenticationDecisionAuthenticationDecisionAuthenticationDecision. status(AuthenticationDecision.StatusEnum status)The status of the authentication.Methods in com.adyen.model.acswebhooks with parameters of type AuthenticationDecision Modifier and Type Method Description RelayedAuthenticationResponseRelayedAuthenticationResponse. authenticationDecision(AuthenticationDecision authenticationDecision)authenticationDecisionvoidRelayedAuthenticationResponse. setAuthenticationDecision(AuthenticationDecision authenticationDecision)authenticationDecision
-