Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.Cash
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of Cash in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as Cash Modifier and Type Field Description CashWithdrawal. bodyCashQuote. cash_fromCashQuote. cash_toCashGetQuoteParams. exchange_cashСумма в одной из валют обменаMethods in dev.vality.damsel.withdrawals.provider_adapter that return Cash Modifier and Type Method Description CashCash. deepCopy()CashWithdrawal. getBody()CashQuote. getCashFrom()CashQuote. getCashTo()CashGetQuoteParams. getExchangeCash()Сумма в одной из валют обменаCashCash. setAmount(long amount)CashCash. setCurrency(Currency currency)Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Cash Modifier and Type Method Description intCash. compareTo(Cash other)booleanCash. equals(Cash that)WithdrawalWithdrawal. setBody(Cash body)QuoteQuote. setCashFrom(Cash cash_from)QuoteQuote. setCashTo(Cash cash_to)GetQuoteParamsGetQuoteParams. setExchangeCash(Cash exchange_cash)Сумма в одной из валют обменаConstructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Cash Constructor Description Cash(Cash other)Performs a deep copy on other.GetQuoteParams(Currency currency_from, Currency currency_to, Cash exchange_cash)Quote(Cash cash_from, Cash cash_to, String created_at, String expires_on, Value quote_data)Withdrawal(String id, Cash body, Destination destination)