Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRouteChanged
Packages that use InvoicePaymentRouteChanged
-
Uses of InvoicePaymentRouteChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRouteChangedModifier and TypeMethodDescriptionInvoicePaymentRouteChanged.deepCopy()InvoicePaymentChangePayload.getInvoicePaymentRouteChanged()InvoicePaymentRouteChanged.setCandidates(Set<PaymentRoute> candidates) InvoicePaymentRouteChanged.setLimits(Map<PaymentRoute, List<TurnoverLimitValue>> limits) InvoicePaymentRouteChanged.setRoute(PaymentRoute route) Выбранный маршрут обработки платежа.InvoicePaymentRouteChanged.setScores(Map<PaymentRoute, PaymentRouteScores> scores) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRouteChangedModifier and TypeMethodDescriptionintInvoicePaymentRouteChanged.compareTo(InvoicePaymentRouteChanged other) booleanInvoicePaymentRouteChanged.equals(InvoicePaymentRouteChanged that) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_route_changed(InvoicePaymentRouteChanged value) voidInvoicePaymentChangePayload.setInvoicePaymentRouteChanged(InvoicePaymentRouteChanged value) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRouteChangedModifierConstructorDescriptionPerforms a deep copy on other.