Uses of Class
org.knowm.xchange.quoine.dto.account.BankAccountNumber
-
Packages that use BankAccountNumber Package Description org.knowm.xchange.quoine.dto.account -
-
Uses of BankAccountNumber in org.knowm.xchange.quoine.dto.account
Methods in org.knowm.xchange.quoine.dto.account that return BankAccountNumber Modifier and Type Method Description BankAccountNumber[]Bank. getBankAccountNumbers()Methods in org.knowm.xchange.quoine.dto.account with parameters of type BankAccountNumber Modifier and Type Method Description voidBank. setBankAccountNumbers(BankAccountNumber[] bankAccountNumbers)Constructors in org.knowm.xchange.quoine.dto.account with parameters of type BankAccountNumber Constructor Description Bank(String name, String branch, String accType, String accName, String bankAddress, String swift, BankAccountNumber[] bankAccountNumbers)Constructor
-