Uses of Class
com.adyen.model.payment.ThreeDS2ResultResponse
-
Packages that use ThreeDS2ResultResponse Package Description com.adyen.model.payment com.adyen.service -
-
Uses of ThreeDS2ResultResponse in com.adyen.model.payment
Methods in com.adyen.model.payment that return ThreeDS2ResultResponse Modifier and Type Method Description static ThreeDS2ResultResponseThreeDS2ResultResponse. fromJson(String jsonString)Create an instance of ThreeDS2ResultResponse given an JSON stringThreeDS2ResultResponseThreeDS2ResultResponse. threeDS2Result(ThreeDS2Result threeDS2Result) -
Uses of ThreeDS2ResultResponse in com.adyen.service
Methods in com.adyen.service that return ThreeDS2ResultResponse Modifier and Type Method Description ThreeDS2ResultResponsePaymentApi. retrieve3ds2Result(ThreeDS2ResultRequest threeDS2ResultRequest)Get the 3DS2 authentication resultThreeDS2ResultResponsePaymentApi. retrieve3ds2Result(ThreeDS2ResultRequest threeDS2ResultRequest, RequestOptions requestOptions)Get the 3DS2 authentication result
-