Uses of Class
org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseRequestMoneyRequest
-
Packages that use CoinbaseTransaction.CoinbaseRequestMoneyRequest Package Description org.knowm.xchange.coinbase.dto.account -
-
Uses of CoinbaseTransaction.CoinbaseRequestMoneyRequest in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseTransaction.CoinbaseRequestMoneyRequest Modifier and Type Method Description static CoinbaseTransaction.CoinbaseRequestMoneyRequestCoinbaseTransaction. createMoneyRequest(String from, String currency, String amountString)static CoinbaseTransaction.CoinbaseRequestMoneyRequestCoinbaseTransaction. createMoneyRequest(String from, String currency, BigDecimal amount)static CoinbaseTransaction.CoinbaseRequestMoneyRequestCoinbaseTransaction. createMoneyRequest(String from, CoinbaseMoney amount)CoinbaseTransaction.CoinbaseRequestMoneyRequestCoinbaseTransaction.CoinbaseRequestMoneyRequest. withNotes(String notes)
-