Uses of Class
dev.vality.damsel.domain.PaymentRoute
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PaymentRoute in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentRoute Modifier and Type Method Description PaymentRoutePaymentRoute. deepCopy()PaymentRoutePaymentRoute. setProvider(ProviderRef provider)PaymentRoutePaymentRoute. setTerminal(TerminalRef terminal)Methods in dev.vality.damsel.domain with parameters of type PaymentRoute Modifier and Type Method Description intPaymentRoute. compareTo(PaymentRoute other)booleanPaymentRoute. equals(PaymentRoute that)Constructors in dev.vality.damsel.domain with parameters of type PaymentRoute Constructor Description PaymentRoute(PaymentRoute other)Performs a deep copy on other. -
Uses of PaymentRoute in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentRoute Modifier and Type Field Description PaymentRouteInvoicePayment. routePaymentRouteInvoicePaymentRouteChanged. routeВыбранный маршрут обработки платежа.PaymentRouteInvoicePaymentStarted. routeВыбранный маршрут обработки платежа.PaymentRouteRecurrentPaymentTool. routePaymentRouteRecurrentPaymentToolHasCreated. routeВыбранный маршрут обработки платежного средства.PaymentRouteRecurrentPaymentToolRouteChanged. routeВыбранный маршрут обработки платежного средства.Fields in dev.vality.damsel.payment_processing with type parameters of type PaymentRoute Modifier and Type Field Description Set<PaymentRoute>InvoicePaymentRouteChanged. candidatesMethods in dev.vality.damsel.payment_processing that return PaymentRoute Modifier and Type Method Description PaymentRouteInvoicePayment. getRoute()PaymentRouteInvoicePaymentRouteChanged. getRoute()Выбранный маршрут обработки платежа.PaymentRouteInvoicePaymentStarted. getRoute()Выбранный маршрут обработки платежа.PaymentRouteRecurrentPaymentTool. getRoute()PaymentRouteRecurrentPaymentToolHasCreated. getRoute()Выбранный маршрут обработки платежного средства.PaymentRouteRecurrentPaymentToolRouteChanged. getRoute()Выбранный маршрут обработки платежного средства.Methods in dev.vality.damsel.payment_processing that return types with arguments of type PaymentRoute Modifier and Type Method Description Set<PaymentRoute>InvoicePaymentRouteChanged. getCandidates()Iterator<PaymentRoute>InvoicePaymentRouteChanged. getCandidatesIterator()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentRoute Modifier and Type Method Description voidInvoicePaymentRouteChanged. addToCandidates(PaymentRoute elem)InvoicePaymentInvoicePayment. setRoute(PaymentRoute route)InvoicePaymentRouteChangedInvoicePaymentRouteChanged. setRoute(PaymentRoute route)Выбранный маршрут обработки платежа.InvoicePaymentStartedInvoicePaymentStarted. setRoute(PaymentRoute route)Выбранный маршрут обработки платежа.RecurrentPaymentToolRecurrentPaymentTool. setRoute(PaymentRoute route)RecurrentPaymentToolHasCreatedRecurrentPaymentToolHasCreated. setRoute(PaymentRoute route)Выбранный маршрут обработки платежного средства.RecurrentPaymentToolRouteChangedRecurrentPaymentToolRouteChanged. setRoute(PaymentRoute route)Выбранный маршрут обработки платежного средства.Method parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentRoute Modifier and Type Method Description InvoicePaymentRouteChangedInvoicePaymentRouteChanged. setCandidates(Set<PaymentRoute> candidates)Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentRoute Constructor Description InvoicePaymentRouteChanged(PaymentRoute route)RecurrentPaymentToolRouteChanged(PaymentRoute route)