Uses of Class
com.adyen.model.legalentitymanagement.BankAccountInfoAccountIdentification
-
Packages that use BankAccountInfoAccountIdentification Package Description com.adyen.model.legalentitymanagement -
-
Uses of BankAccountInfoAccountIdentification in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return BankAccountInfoAccountIdentification Modifier and Type Method Description BankAccountInfoAccountIdentificationBankAccountInfoAccountIdentification.BankAccountInfoAccountIdentificationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static BankAccountInfoAccountIdentificationBankAccountInfoAccountIdentification. fromJson(String jsonString)Create an instance of BankAccountInfoAccountIdentification given an JSON stringBankAccountInfoAccountIdentificationBankAccountInfo. getAccountIdentification()accountIdentificationBankAccountInfoAccountIdentificationBankAccountInfoAccountIdentification.BankAccountInfoAccountIdentificationDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.legalentitymanagement with parameters of type BankAccountInfoAccountIdentification Modifier and Type Method Description BankAccountInfoBankAccountInfo. accountIdentification(BankAccountInfoAccountIdentification accountIdentification)accountIdentificationvoidBankAccountInfoAccountIdentification.BankAccountInfoAccountIdentificationSerializer. serialize(BankAccountInfoAccountIdentification value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidBankAccountInfo. setAccountIdentification(BankAccountInfoAccountIdentification accountIdentification)accountIdentificationConstructor parameters in com.adyen.model.legalentitymanagement with type arguments of type BankAccountInfoAccountIdentification Constructor Description BankAccountInfoAccountIdentificationSerializer(Class<BankAccountInfoAccountIdentification> t)
-