Uses of Class
dev.vality.damsel.domain.PaymentRoute
Packages that use PaymentRoute
-
Uses of PaymentRoute in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentRouteModifier and TypeMethodDescriptionPaymentRoute.deepCopy()PaymentRoute.setProvider(ProviderRef provider) PaymentRoute.setTerminal(TerminalRef terminal) Methods in dev.vality.damsel.domain with parameters of type PaymentRouteModifier and TypeMethodDescriptionintPaymentRoute.compareTo(PaymentRoute other) booleanPaymentRoute.equals(PaymentRoute that) Constructors in dev.vality.damsel.domain with parameters of type PaymentRoute -
Uses of PaymentRoute in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentRouteModifier and TypeFieldDescriptionInvoicePayment.routeInvoicePaymentRouteChanged.routeВыбранный маршрут обработки платежа.InvoicePaymentRouteExplanation.routeInvoicePaymentStarted.routeВыбранный маршрут обработки платежа.RecurrentPaymentTool.routeRecurrentPaymentToolHasCreated.routeВыбранный маршрут обработки платежного средства.RecurrentPaymentToolRouteChanged.routeВыбранный маршрут обработки платежного средства.RegisterInvoicePaymentParams.routeFields in dev.vality.damsel.payment_processing with type parameters of type PaymentRouteModifier and TypeFieldDescriptionInvoicePaymentRouteChanged.candidatesInvoicePaymentRouteChanged.limitsInvoicePaymentRouteChanged.scoresInvoicingSrv.GetPaymentRoutesLimitValues_result.successMethods in dev.vality.damsel.payment_processing that return PaymentRouteModifier and TypeMethodDescriptionInvoicePayment.getRoute()InvoicePaymentRouteChanged.getRoute()Выбранный маршрут обработки платежа.InvoicePaymentRouteExplanation.getRoute()InvoicePaymentStarted.getRoute()Выбранный маршрут обработки платежа.RecurrentPaymentTool.getRoute()RecurrentPaymentToolHasCreated.getRoute()Выбранный маршрут обработки платежного средства.RecurrentPaymentToolRouteChanged.getRoute()Выбранный маршрут обработки платежного средства.RegisterInvoicePaymentParams.getRoute()Methods in dev.vality.damsel.payment_processing that return types with arguments of type PaymentRouteModifier and TypeMethodDescriptionInvoicePaymentRouteChanged.getCandidates()InvoicePaymentRouteChanged.getCandidatesIterator()InvoicePaymentRouteChanged.getLimits()InvoicingSrv.Client.getPaymentRoutesLimitValues(String id, String payment_id) InvoicingSrv.Iface.getPaymentRoutesLimitValues(String id, String payment_id) InvoicingSrv.AsyncClient.GetPaymentRoutesLimitValues_call.getResult()org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute,List<TurnoverLimitValue>>> InvoicingSrv.AsyncProcessor.GetPaymentRoutesLimitValues.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) InvoicePaymentRouteChanged.getScores()InvoicingSrv.GetPaymentRoutesLimitValues_result.getSuccess()InvoicingSrv.Client.recvGetPaymentRoutesLimitValues()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentRouteModifier and TypeMethodDescriptionvoidInvoicePaymentRouteChanged.addToCandidates(PaymentRoute elem) voidInvoicePaymentRouteChanged.putToLimits(PaymentRoute key, List<TurnoverLimitValue> val) voidInvoicePaymentRouteChanged.putToScores(PaymentRoute key, PaymentRouteScores val) voidInvoicingSrv.GetPaymentRoutesLimitValues_result.putToSuccess(PaymentRoute key, List<TurnoverLimitValue> val) InvoicePayment.setRoute(PaymentRoute route) InvoicePaymentRouteChanged.setRoute(PaymentRoute route) Выбранный маршрут обработки платежа.InvoicePaymentRouteExplanation.setRoute(PaymentRoute route) InvoicePaymentStarted.setRoute(PaymentRoute route) Выбранный маршрут обработки платежа.RecurrentPaymentTool.setRoute(PaymentRoute route) RecurrentPaymentToolHasCreated.setRoute(PaymentRoute route) Выбранный маршрут обработки платежного средства.RecurrentPaymentToolRouteChanged.setRoute(PaymentRoute route) Выбранный маршрут обработки платежного средства.RegisterInvoicePaymentParams.setRoute(PaymentRoute route) Method parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentRouteModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.getPaymentRoutesLimitValues(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler) voidInvoicingSrv.AsyncIface.getPaymentRoutesLimitValues(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler) InvoicePaymentRouteChanged.setCandidates(Set<PaymentRoute> candidates) InvoicePaymentRouteChanged.setLimits(Map<PaymentRoute, List<TurnoverLimitValue>> limits) InvoicePaymentRouteChanged.setScores(Map<PaymentRoute, PaymentRouteScores> scores) InvoicingSrv.GetPaymentRoutesLimitValues_result.setSuccess(Map<PaymentRoute, List<TurnoverLimitValue>> success) voidInvoicingSrv.AsyncProcessor.GetPaymentRoutesLimitValues.start(I iface, InvoicingSrv.GetPaymentRoutesLimitValues_args args, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentRouteModifierConstructorDescriptionInvoicePaymentRouteExplanation(PaymentRoute route, boolean is_chosen) RegisterInvoicePaymentParams(PayerParams payer_params, PaymentRoute route, TransactionInfo transaction_info) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentRouteModifierConstructorDescriptionGetPaymentRoutesLimitValues_call(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetPaymentRoutesLimitValues_result(Map<PaymentRoute, List<TurnoverLimitValue>> success, InvoiceNotFound ex1, InvoicePaymentNotFound ex2, InvalidRequest ex3)