Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentScenario
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentScenario in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentScenario Modifier and Type Field Description InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentParams. scenarioСценарий создаваемой поправки.Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentScenario Modifier and Type Method Description static InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentScenario. cash_flow(InvoicePaymentAdjustmentCashFlow value)InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentScenario. deepCopy()InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentParams. getScenario()Сценарий создаваемой поправки.static InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentScenario. status_change(InvoicePaymentAdjustmentStatusChange value)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentScenario Modifier and Type Method Description intInvoicePaymentAdjustmentScenario. compareTo(InvoicePaymentAdjustmentScenario other)booleanInvoicePaymentAdjustmentScenario. equals(InvoicePaymentAdjustmentScenario other)InvoicePaymentAdjustmentParamsInvoicePaymentAdjustmentParams. setScenario(InvoicePaymentAdjustmentScenario scenario)Сценарий создаваемой поправки.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentScenario Constructor Description InvoicePaymentAdjustmentParams(String reason, InvoicePaymentAdjustmentScenario scenario)InvoicePaymentAdjustmentScenario(InvoicePaymentAdjustmentScenario other)