Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentBankAccount
-
Packages that use PaymentInstrumentBankAccount Package Description com.adyen.model.balanceplatform -
-
Uses of PaymentInstrumentBankAccount in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentBankAccount Modifier and Type Method Description static PaymentInstrumentBankAccountPaymentInstrumentBankAccount. fromJson(String jsonString)Create an instance of PaymentInstrumentBankAccount given an JSON stringPaymentInstrumentBankAccountPaymentInstrument. getBankAccount()Get bankAccountPaymentInstrumentBankAccountUpdatePaymentInstrument. getBankAccount()Get bankAccountMethods in com.adyen.model.balanceplatform with parameters of type PaymentInstrumentBankAccount Modifier and Type Method Description PaymentInstrumentPaymentInstrument. bankAccount(PaymentInstrumentBankAccount bankAccount)UpdatePaymentInstrumentUpdatePaymentInstrument. bankAccount(PaymentInstrumentBankAccount bankAccount)voidPaymentInstrument. setBankAccount(PaymentInstrumentBankAccount bankAccount)voidUpdatePaymentInstrument. setBankAccount(PaymentInstrumentBankAccount bankAccount)
-