Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentStarted
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentStarted in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentStarted Modifier and Type Method Description InvoicePaymentStartedInvoicePaymentStarted. deepCopy()InvoicePaymentStartedInvoicePaymentChangePayload. getInvoicePaymentStarted()InvoicePaymentStartedInvoicePaymentStarted. setCashFlow(List<FinalCashFlowPosting> cash_flow)Данные финансового взаимодействия.InvoicePaymentStartedInvoicePaymentStarted. setPayment(InvoicePayment payment)Данные запущенного платежа.InvoicePaymentStartedInvoicePaymentStarted. setRiskScore(RiskScore risk_score)Оценка риска платежа.InvoicePaymentStartedInvoicePaymentStarted. setRoute(PaymentRoute route)Выбранный маршрут обработки платежа.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentStarted Modifier and Type Method Description intInvoicePaymentStarted. 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 InvoicePaymentStarted Constructor Description InvoicePaymentStarted(InvoicePaymentStarted other)Performs a deep copy on other.