Uses of Class
dev.vality.fistful.withdrawal.Route
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of Route in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Route Modifier and Type Field Description RouteWithdrawalState. effective_routeТекущий действующий маршрутRouteQuote. routeRouteQuoteState. routeRouteRouteChange. routeRouteWithdrawal. routeRouteWithdrawalState. routeMethods in dev.vality.fistful.withdrawal that return Route Modifier and Type Method Description RouteRoute. deepCopy()RouteWithdrawalState. getEffectiveRoute()Текущий действующий маршрутRouteQuote. getRoute()RouteQuoteState. getRoute()RouteRouteChange. getRoute()RouteWithdrawal. getRoute()RouteWithdrawalState. getRoute()RouteRoute. setProviderId(int provider_id)RouteRoute. setProviderIdLegacy(String provider_id_legacy)RouteRoute. setTerminalId(int terminal_id)RouteRoute. setTerminalIdLegacy(String terminal_id_legacy)Methods in dev.vality.fistful.withdrawal with parameters of type Route Modifier and Type Method Description intRoute. compareTo(Route other)booleanRoute. equals(Route that)WithdrawalStateWithdrawalState. setEffectiveRoute(Route effective_route)Текущий действующий маршрутQuoteQuote. setRoute(Route route)QuoteStateQuoteState. setRoute(Route route)RouteChangeRouteChange. setRoute(Route route)WithdrawalWithdrawal. setRoute(Route route)WithdrawalStateWithdrawalState. setRoute(Route route)Constructors in dev.vality.fistful.withdrawal with parameters of type Route Constructor Description Quote(Cash cash_from, Cash cash_to, String created_at, String expires_on, Value quote_data, Route route, String operation_timestamp)Route(Route other)Performs a deep copy on other.RouteChange(Route route)