Uses of Class
com.adyen.model.checkout.DonationPaymentMethod
-
Packages that use DonationPaymentMethod Package Description com.adyen.model.checkout -
-
Uses of DonationPaymentMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationPaymentMethod Modifier and Type Method Description DonationPaymentMethodDonationPaymentMethod.DonationPaymentMethodDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static DonationPaymentMethodDonationPaymentMethod. fromJson(String jsonString)Create an instance of DonationPaymentMethod given an JSON stringDonationPaymentMethodDonationPaymentMethod.DonationPaymentMethodDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.DonationPaymentMethodDonationPaymentRequest. getPaymentMethod()Get paymentMethodMethods in com.adyen.model.checkout with parameters of type DonationPaymentMethod Modifier and Type Method Description DonationPaymentRequestDonationPaymentRequest. paymentMethod(DonationPaymentMethod paymentMethod)voidDonationPaymentMethod.DonationPaymentMethodSerializer. serialize(DonationPaymentMethod value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidDonationPaymentRequest. setPaymentMethod(DonationPaymentMethod paymentMethod)paymentMethodConstructor parameters in com.adyen.model.checkout with type arguments of type DonationPaymentMethod Constructor Description DonationPaymentMethodSerializer(Class<DonationPaymentMethod> t)
-