Uses of Class
com.adyen.model.payments.ThreeDS2ResultRequest
-
Packages that use ThreeDS2ResultRequest Package Description com.adyen.model.payments com.adyen.service -
-
Uses of ThreeDS2ResultRequest in com.adyen.model.payments
Methods in com.adyen.model.payments that return ThreeDS2ResultRequest Modifier and Type Method Description static ThreeDS2ResultRequestThreeDS2ResultRequest. fromJson(String jsonString)Create an instance of ThreeDS2ResultRequest given an JSON stringThreeDS2ResultRequestThreeDS2ResultRequest. merchantAccount(String merchantAccount)ThreeDS2ResultRequestThreeDS2ResultRequest. pspReference(String pspReference) -
Uses of ThreeDS2ResultRequest in com.adyen.service
Methods in com.adyen.service with parameters of type ThreeDS2ResultRequest Modifier and Type Method Description ThreeDS2ResultResponsePayment. retrieve3ds2Result(ThreeDS2ResultRequest threeDS2ResultRequest)Deprecated.Use /getAuthenticationResult instead
-