Uses of Class
dev.vality.fistful.withdrawal_session.Quote
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Quote in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Quote Modifier and Type Field Description QuoteWithdrawal. quoteMethods in dev.vality.fistful.withdrawal_session that return Quote Modifier and Type Method Description QuoteQuote. deepCopy()QuoteWithdrawal. getQuote()QuoteQuote. setCashFrom(Cash cash_from)QuoteQuote. setCashTo(Cash cash_to)QuoteQuote. setCreatedAt(String created_at)QuoteQuote. setExpiresOn(String expires_on)QuoteQuote. setQuoteData(Value quote_data)QuoteQuote. setQuoteDataLegacy(Map<String,Value> quote_data_legacy)Methods in dev.vality.fistful.withdrawal_session with parameters of type Quote Modifier and Type Method Description intQuote. compareTo(Quote other)booleanQuote. equals(Quote that)WithdrawalWithdrawal. setQuote(Quote quote)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Quote Constructor Description Quote(Quote other)Performs a deep copy on other.