Uses of Class
org.knowm.xchange.btcturk.dto.account.BTCTurkKeyValues
Packages that use BTCTurkKeyValues
-
Uses of BTCTurkKeyValues in org.knowm.xchange.btcturk.dto.account
Methods in org.knowm.xchange.btcturk.dto.account that return types with arguments of type BTCTurkKeyValuesModifier and TypeMethodDescriptionBTCTurkWithdrawalRequestInfo.getFriendlyName()
BTCTurkWithdrawalRequestInfo.getFriendlyNameList()
Constructor parameters in org.knowm.xchange.btcturk.dto.account with type arguments of type BTCTurkKeyValuesModifierConstructorDescriptionBTCTurkWithdrawalRequestInfo
(String iban, List<BTCTurkKeyValues> bankList, List<BTCTurkKeyValues> friendlyNameList, String bankName, BigDecimal amount, Boolean hasBalanceRequest, String balanceRequestId, String firstName, String lastName)