Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrumentAdditionalBankAccountIdentificationsInner
-
Packages that use PaymentInstrumentAdditionalBankAccountIdentificationsInner Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrumentAdditionalBankAccountIdentificationsInner in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description PaymentInstrumentAdditionalBankAccountIdentificationsInnerPaymentInstrumentAdditionalBankAccountIdentificationsInner.PaymentInstrumentAdditionalBankAccountIdentificationsInnerDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static PaymentInstrumentAdditionalBankAccountIdentificationsInnerPaymentInstrumentAdditionalBankAccountIdentificationsInner. fromJson(String jsonString)Create an instance of PaymentInstrumentAdditionalBankAccountIdentificationsInner given an JSON stringPaymentInstrumentAdditionalBankAccountIdentificationsInnerPaymentInstrumentAdditionalBankAccountIdentificationsInner.PaymentInstrumentAdditionalBankAccountIdentificationsInnerDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)Handle deserialization of the 'null' value.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description List<PaymentInstrumentAdditionalBankAccountIdentificationsInner>PaymentInstrument. getAdditionalBankAccountIdentifications()Deprecated.Methods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description PaymentInstrumentPaymentInstrument. addAdditionalBankAccountIdentificationsItem(PaymentInstrumentAdditionalBankAccountIdentificationsInner additionalBankAccountIdentificationsItem)voidPaymentInstrumentAdditionalBankAccountIdentificationsInner.PaymentInstrumentAdditionalBankAccountIdentificationsInnerSerializer. serialize(PaymentInstrumentAdditionalBankAccountIdentificationsInner value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description PaymentInstrumentPaymentInstrument. additionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications)Deprecated.voidPaymentInstrument. setAdditionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications)Deprecated.Constructor parameters in com.adyen.model.configurationwebhooks with type arguments of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Constructor Description PaymentInstrumentAdditionalBankAccountIdentificationsInnerSerializer(Class<PaymentInstrumentAdditionalBankAccountIdentificationsInner> t)
-