Uses of Class
com.adyen.model.balanceplatform.BankAccount
-
Packages that use BankAccount Package Description com.adyen.model.balanceplatform -
-
Uses of BankAccount in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccount Modifier and Type Method Description static BankAccountBankAccount. fromJson(String jsonString)Create an instance of BankAccount given an JSON stringBankAccountPaymentInstrument. getBankAccount()Get bankAccountBankAccountBankAccount. iban(String iban)Methods in com.adyen.model.balanceplatform with parameters of type BankAccount Modifier and Type Method Description PaymentInstrumentPaymentInstrument. bankAccount(BankAccount bankAccount)voidPaymentInstrument. setBankAccount(BankAccount bankAccount)
-