Uses of Class
com.adyen.model.checkout.PaymentResponseAction
-
Packages that use PaymentResponseAction Package Description com.adyen.model.checkout -
-
Uses of PaymentResponseAction in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentResponseAction Modifier and Type Method Description static PaymentResponseActionPaymentResponseAction. fromJson(String jsonString)Create an instance of PaymentResponseAction given an JSON stringPaymentResponseActionPaymentResponse. getAction()Get actionMethods in com.adyen.model.checkout with parameters of type PaymentResponseAction Modifier and Type Method Description PaymentResponsePaymentResponse. action(PaymentResponseAction action)voidPaymentResponse. setAction(PaymentResponseAction action)
-