Uses of Class
dev.vality.fistful.withdrawal.QuoteState
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of QuoteState in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as QuoteState Modifier and Type Field Description QuoteStateWithdrawal. quoteQuoteStateWithdrawalState. quoteMethods in dev.vality.fistful.withdrawal that return QuoteState Modifier and Type Method Description QuoteStateQuoteState. deepCopy()QuoteStateWithdrawal. getQuote()QuoteStateWithdrawalState. getQuote()QuoteStateQuoteState. setCashFrom(Cash cash_from)QuoteStateQuoteState. setCashTo(Cash cash_to)QuoteStateQuoteState. setCreatedAt(String created_at)QuoteStateQuoteState. setExpiresOn(String expires_on)QuoteStateQuoteState. setQuoteData(Value quote_data)QuoteStateQuoteState. setQuoteDataLegacy(Map<String,Value> quote_data_legacy)QuoteStateQuoteState. setResource(ResourceDescriptor resource)QuoteStateQuoteState. setRoute(Route route)Methods in dev.vality.fistful.withdrawal with parameters of type QuoteState Modifier and Type Method Description intQuoteState. compareTo(QuoteState other)booleanQuoteState. equals(QuoteState that)WithdrawalWithdrawal. setQuote(QuoteState quote)WithdrawalStateWithdrawalState. setQuote(QuoteState quote)Constructors in dev.vality.fistful.withdrawal with parameters of type QuoteState Constructor Description QuoteState(QuoteState other)Performs a deep copy on other.