Uses of Class
com.adyen.model.checkout.PaymentDetailsResponseAction
-
Packages that use PaymentDetailsResponseAction Package Description com.adyen.model.checkout -
-
Uses of PaymentDetailsResponseAction in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentDetailsResponseAction Modifier and Type Method Description PaymentDetailsResponseActionPaymentDetailsResponseAction.PaymentDetailsResponseActionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static PaymentDetailsResponseActionPaymentDetailsResponseAction. fromJson(String jsonString)Create an instance of PaymentDetailsResponseAction given an JSON stringPaymentDetailsResponseActionPaymentDetailsResponse. getAction()Get actionPaymentDetailsResponseActionPaymentDetailsResponseAction.PaymentDetailsResponseActionDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.checkout with parameters of type PaymentDetailsResponseAction Modifier and Type Method Description PaymentDetailsResponsePaymentDetailsResponse. action(PaymentDetailsResponseAction action)actionvoidPaymentDetailsResponseAction.PaymentDetailsResponseActionSerializer. serialize(PaymentDetailsResponseAction value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidPaymentDetailsResponse. setAction(PaymentDetailsResponseAction action)actionConstructor parameters in com.adyen.model.checkout with type arguments of type PaymentDetailsResponseAction Constructor Description PaymentDetailsResponseActionSerializer(Class<PaymentDetailsResponseAction> t)
-