Uses of Class
dev.vality.fistful.withdrawal.QuoteParams
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of QuoteParams in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as QuoteParams Modifier and Type Field Description QuoteParamsManagementSrv.GetQuote_args. paramsMethods in dev.vality.fistful.withdrawal that return QuoteParams Modifier and Type Method Description QuoteParamsQuoteParams. deepCopy()QuoteParamsManagementSrv.GetQuote_args. getParams()QuoteParamsQuoteParams. setBody(Cash body)QuoteParamsQuoteParams. setCurrencyFrom(CurrencyRef currency_from)QuoteParamsQuoteParams. setCurrencyTo(CurrencyRef currency_to)QuoteParamsQuoteParams. setDestinationId(String destination_id)QuoteParamsQuoteParams. setExternalId(String external_id)QuoteParamsQuoteParams. setWalletId(String wallet_id)Methods in dev.vality.fistful.withdrawal with parameters of type QuoteParams Modifier and Type Method Description intQuoteParams. compareTo(QuoteParams other)booleanQuoteParams. equals(QuoteParams that)voidManagementSrv.AsyncClient. getQuote(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)voidManagementSrv.AsyncIface. getQuote(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)voidManagementSrv.Client. sendGetQuote(QuoteParams params)ManagementSrv.GetQuote_argsManagementSrv.GetQuote_args. setParams(QuoteParams params)Constructors in dev.vality.fistful.withdrawal with parameters of type QuoteParams Constructor Description GetQuote_args(QuoteParams params)GetQuote_call(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)QuoteParams(QuoteParams other)Performs a deep copy on other.