Uses of Class
com.adyen.model.checkout.CheckoutPaymentMethod
-
Packages that use CheckoutPaymentMethod Package Description com.adyen.model.checkout -
-
Uses of CheckoutPaymentMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutPaymentMethod Modifier and Type Method Description CheckoutPaymentMethodCheckoutPaymentMethod.CheckoutPaymentMethodDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static CheckoutPaymentMethodCheckoutPaymentMethod. fromJson(String jsonString)Create an instance of CheckoutPaymentMethod given an JSON stringCheckoutPaymentMethodCheckoutPaymentMethod.CheckoutPaymentMethodDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.CheckoutPaymentMethodPaymentRequest. getPaymentMethod()paymentMethodMethods in com.adyen.model.checkout with parameters of type CheckoutPaymentMethod Modifier and Type Method Description PaymentRequestPaymentRequest. paymentMethod(CheckoutPaymentMethod paymentMethod)paymentMethodvoidCheckoutPaymentMethod.CheckoutPaymentMethodSerializer. serialize(CheckoutPaymentMethod value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidPaymentRequest. setPaymentMethod(CheckoutPaymentMethod paymentMethod)paymentMethodConstructor parameters in com.adyen.model.checkout with type arguments of type CheckoutPaymentMethod Constructor Description CheckoutPaymentMethodSerializer(Class<CheckoutPaymentMethod> t)
-