Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRouteChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRouteChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRouteChanged Modifier and Type Method Description InvoicePaymentRouteChangedInvoicePaymentRouteChanged. deepCopy()InvoicePaymentRouteChangedInvoicePaymentChangePayload. getInvoicePaymentRouteChanged()InvoicePaymentRouteChangedInvoicePaymentRouteChanged. setCandidates(Set<PaymentRoute> candidates)InvoicePaymentRouteChangedInvoicePaymentRouteChanged. setRoute(PaymentRoute route)Выбранный маршрут обработки платежа.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRouteChanged Modifier and Type Method Description intInvoicePaymentRouteChanged. 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 InvoicePaymentRouteChanged Constructor Description InvoicePaymentRouteChanged(InvoicePaymentRouteChanged other)Performs a deep copy on other.