Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrumentBankAccount
-
Packages that use PaymentInstrumentBankAccount Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrumentBankAccount in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrumentBankAccount Modifier and Type Method Description PaymentInstrumentBankAccountPaymentInstrumentBankAccount.PaymentInstrumentBankAccountDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static PaymentInstrumentBankAccountPaymentInstrumentBankAccount. fromJson(String jsonString)Create an instance of PaymentInstrumentBankAccount given an JSON stringPaymentInstrumentBankAccountPaymentInstrumentBankAccount.PaymentInstrumentBankAccountDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrumentBankAccount Modifier and Type Method Description voidPaymentInstrumentBankAccount.PaymentInstrumentBankAccountSerializer. serialize(PaymentInstrumentBankAccount value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.adyen.model.configurationwebhooks with type arguments of type PaymentInstrumentBankAccount Constructor Description PaymentInstrumentBankAccountSerializer(Class<PaymentInstrumentBankAccount> t)
-