Uses of Class
com.adyen.model.payment.ThreeDS2ResultRequest
-
Packages that use ThreeDS2ResultRequest Package Description com.adyen.model.payment com.adyen.service -
-
Uses of ThreeDS2ResultRequest in com.adyen.model.payment
Methods in com.adyen.model.payment 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 ThreeDS2ResultResponsePaymentApi. retrieve3ds2Result(ThreeDS2ResultRequest threeDS2ResultRequest)Get the 3DS2 authentication resultThreeDS2ResultResponsePaymentApi. retrieve3ds2Result(ThreeDS2ResultRequest threeDS2ResultRequest, RequestOptions requestOptions)Get the 3DS2 authentication result
-