Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentAdditionalBankAccountIdentificationsInner
-
Packages that use PaymentInstrumentAdditionalBankAccountIdentificationsInner Package Description com.adyen.model.balanceplatform -
-
Uses of PaymentInstrumentAdditionalBankAccountIdentificationsInner in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform that return types with arguments of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description List<PaymentInstrumentAdditionalBankAccountIdentificationsInner>PaymentInstrument. getAdditionalBankAccountIdentifications()Deprecated.List<PaymentInstrumentAdditionalBankAccountIdentificationsInner>UpdatePaymentInstrument. getAdditionalBankAccountIdentifications()Deprecated.Methods in com.adyen.model.balanceplatform with parameters of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description PaymentInstrumentPaymentInstrument. addAdditionalBankAccountIdentificationsItem(PaymentInstrumentAdditionalBankAccountIdentificationsInner additionalBankAccountIdentificationsItem)UpdatePaymentInstrumentUpdatePaymentInstrument. 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.balanceplatform with type arguments of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Modifier and Type Method Description PaymentInstrumentPaymentInstrument. additionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications)Deprecated.UpdatePaymentInstrumentUpdatePaymentInstrument. additionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications)Deprecated.voidPaymentInstrument. setAdditionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications)Deprecated.voidUpdatePaymentInstrument. setAdditionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications)Deprecated.Constructor parameters in com.adyen.model.balanceplatform with type arguments of type PaymentInstrumentAdditionalBankAccountIdentificationsInner Constructor Description PaymentInstrumentAdditionalBankAccountIdentificationsInnerSerializer(Class<PaymentInstrumentAdditionalBankAccountIdentificationsInner> t)
-