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 BankAccountBankAccount. accountIdentification(BankAccountAccountIdentification accountIdentification)accountIdentificationstatic BankAccountBankAccount. fromJson(String jsonString)Create an instance of BankAccount given an JSON stringBankAccountCounterparty. getBankAccount()bankAccountMethods in com.adyen.model.balanceplatform with parameters of type BankAccount Modifier and Type Method Description CounterpartyCounterparty. bankAccount(BankAccount bankAccount)bankAccountvoidCounterparty. setBankAccount(BankAccount bankAccount)bankAccount
-