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 PaymentResponseActionPaymentResponseAction.PaymentResponseActionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static PaymentResponseActionPaymentResponseAction. fromJson(String jsonString)Create an instance of PaymentResponseAction given an JSON stringPaymentResponseActionPaymentResponse. getAction()actionPaymentResponseActionPaymentResponseAction.PaymentResponseActionDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.checkout with parameters of type PaymentResponseAction Modifier and Type Method Description PaymentResponsePaymentResponse. action(PaymentResponseAction action)actionvoidPaymentResponseAction.PaymentResponseActionSerializer. serialize(PaymentResponseAction value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidPaymentResponse. setAction(PaymentResponseAction action)actionConstructor parameters in com.adyen.model.checkout with type arguments of type PaymentResponseAction Constructor Description PaymentResponseActionSerializer(Class<PaymentResponseAction> t)
-