Uses of Class
com.adyen.model.AuthenticationResultRequest
-
Packages that use AuthenticationResultRequest Package Description com.adyen.model com.adyen.service -
-
Uses of AuthenticationResultRequest in com.adyen.model
Methods in com.adyen.model that return AuthenticationResultRequest Modifier and Type Method Description AuthenticationResultRequestAuthenticationResultRequest. merchantAccount(String merchantAccount)AuthenticationResultRequestAuthenticationResultRequest. pspReference(String pspReference) -
Uses of AuthenticationResultRequest in com.adyen.service
Methods in com.adyen.service with parameters of type AuthenticationResultRequest Modifier and Type Method Description AuthenticationResultResponsePayment. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest)POST /getAuthenticationResult API call
-