Uses of Class
com.adyen.model.configurationwebhooks.MandateBankAccountAccountIdentification
-
Packages that use MandateBankAccountAccountIdentification Package Description com.adyen.model.configurationwebhooks -
-
Uses of MandateBankAccountAccountIdentification in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return MandateBankAccountAccountIdentification Modifier and Type Method Description MandateBankAccountAccountIdentificationMandateBankAccountAccountIdentification.MandateBankAccountAccountIdentificationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static MandateBankAccountAccountIdentificationMandateBankAccountAccountIdentification. fromJson(String jsonString)Create an instance of MandateBankAccountAccountIdentification given an JSON stringMandateBankAccountAccountIdentificationMandateBankAccount. getAccountIdentification()Get accountIdentificationMandateBankAccountAccountIdentificationMandateBankAccountAccountIdentification.MandateBankAccountAccountIdentificationDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.configurationwebhooks with parameters of type MandateBankAccountAccountIdentification Modifier and Type Method Description MandateBankAccountMandateBankAccount. accountIdentification(MandateBankAccountAccountIdentification accountIdentification)accountIdentificationvoidMandateBankAccountAccountIdentification.MandateBankAccountAccountIdentificationSerializer. serialize(MandateBankAccountAccountIdentification value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)voidMandateBankAccount. setAccountIdentification(MandateBankAccountAccountIdentification accountIdentification)accountIdentificationConstructor parameters in com.adyen.model.configurationwebhooks with type arguments of type MandateBankAccountAccountIdentification Constructor Description MandateBankAccountAccountIdentificationSerializer(Class<MandateBankAccountAccountIdentification> t)
-