Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentBankAccount
-
Packages that use PaymentInstrumentBankAccount Package Description com.adyen.model.balanceplatform -
-
Uses of PaymentInstrumentBankAccount in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 stringPaymentInstrumentBankAccountPaymentInstrument. getBankAccount()Get bankAccountPaymentInstrumentBankAccountUpdatePaymentInstrument. getBankAccount()Get bankAccountPaymentInstrumentBankAccountPaymentInstrumentBankAccount.PaymentInstrumentBankAccountDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.balanceplatform with parameters of type PaymentInstrumentBankAccount Modifier and Type Method Description PaymentInstrumentPaymentInstrument. bankAccount(PaymentInstrumentBankAccount bankAccount)UpdatePaymentInstrumentUpdatePaymentInstrument. bankAccount(PaymentInstrumentBankAccount bankAccount)voidPaymentInstrumentBankAccount.PaymentInstrumentBankAccountSerializer. serialize(PaymentInstrumentBankAccount value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidPaymentInstrument. setBankAccount(PaymentInstrumentBankAccount bankAccount)voidUpdatePaymentInstrument. setBankAccount(PaymentInstrumentBankAccount bankAccount)Constructor parameters in com.adyen.model.balanceplatform with type arguments of type PaymentInstrumentBankAccount Constructor Description PaymentInstrumentBankAccountSerializer(Class<PaymentInstrumentBankAccount> t)
-