Uses of Class
com.adyen.model.transferwebhooks.BankAccountV3AccountIdentification
-
Packages that use BankAccountV3AccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of BankAccountV3AccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return BankAccountV3AccountIdentification Modifier and Type Method Description BankAccountV3AccountIdentificationBankAccountV3AccountIdentification.BankAccountV3AccountIdentificationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static BankAccountV3AccountIdentificationBankAccountV3AccountIdentification. fromJson(String jsonString)Create an instance of BankAccountV3AccountIdentification given an JSON stringBankAccountV3AccountIdentificationBankAccountV3. getAccountIdentification()Get accountIdentificationBankAccountV3AccountIdentificationBankAccountV3AccountIdentification.BankAccountV3AccountIdentificationDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.transferwebhooks with parameters of type BankAccountV3AccountIdentification Modifier and Type Method Description BankAccountV3BankAccountV3. accountIdentification(BankAccountV3AccountIdentification accountIdentification)voidBankAccountV3AccountIdentification.BankAccountV3AccountIdentificationSerializer. serialize(BankAccountV3AccountIdentification value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidBankAccountV3. setAccountIdentification(BankAccountV3AccountIdentification accountIdentification)accountIdentificationConstructor parameters in com.adyen.model.transferwebhooks with type arguments of type BankAccountV3AccountIdentification Constructor Description BankAccountV3AccountIdentificationSerializer(Class<BankAccountV3AccountIdentification> t)
-