Uses of Class
com.adyen.model.payments.ThreeDS2ResultResponse
-
Packages that use ThreeDS2ResultResponse Package Description com.adyen.model.payments com.adyen.service -
-
Uses of ThreeDS2ResultResponse in com.adyen.model.payments
Methods in com.adyen.model.payments 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 ThreeDS2ResultResponsePayment. retrieve3ds2Result(ThreeDS2ResultRequest threeDS2ResultRequest)Deprecated.Use /getAuthenticationResult instead
-