Uses of Class
com.adyen.model.balanceplatform.BankAccountAccountIdentification
-
Packages that use BankAccountAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of BankAccountAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccountAccountIdentification Modifier and Type Method Description BankAccountAccountIdentificationBankAccountAccountIdentification.BankAccountAccountIdentificationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static BankAccountAccountIdentificationBankAccountAccountIdentification. fromJson(String jsonString)Create an instance of BankAccountAccountIdentification given an JSON stringBankAccountAccountIdentificationBankAccount. getAccountIdentification()accountIdentificationBankAccountAccountIdentificationBankAccountAccountIdentification.BankAccountAccountIdentificationDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.balanceplatform with parameters of type BankAccountAccountIdentification Modifier and Type Method Description BankAccountBankAccount. accountIdentification(BankAccountAccountIdentification accountIdentification)accountIdentificationvoidBankAccountAccountIdentification.BankAccountAccountIdentificationSerializer. serialize(BankAccountAccountIdentification value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidBankAccount. setAccountIdentification(BankAccountAccountIdentification accountIdentification)accountIdentificationConstructor parameters in com.adyen.model.balanceplatform with type arguments of type BankAccountAccountIdentification Constructor Description BankAccountAccountIdentificationSerializer(Class<BankAccountAccountIdentification> t)
-