Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentStarted
Packages that use InvoicePaymentStarted
-
Uses of InvoicePaymentStarted in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentStartedModifier and TypeMethodDescriptionInvoicePaymentStarted.deepCopy()InvoicePaymentChangePayload.getInvoicePaymentStarted()InvoicePaymentStarted.setCashFlow(List<FinalCashFlowPosting> cash_flow) Данные финансового взаимодействия.InvoicePaymentStarted.setPayment(InvoicePayment payment) Данные запущенного платежа.InvoicePaymentStarted.setRiskScore(RiskScore risk_score) Оценка риска платежа.InvoicePaymentStarted.setRoute(PaymentRoute route) Выбранный маршрут обработки платежа.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentStartedModifier and TypeMethodDescriptionintInvoicePaymentStarted.compareTo(InvoicePaymentStarted other) booleanInvoicePaymentStarted.equals(InvoicePaymentStarted that) static InvoicePaymentChangePayloadInvoicePaymentChangePayload.invoice_payment_started(InvoicePaymentStarted value) voidInvoicePaymentChangePayload.setInvoicePaymentStarted(InvoicePaymentStarted value) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentStartedModifierConstructorDescriptionPerforms a deep copy on other.