Uses of Class
dev.vality.damsel.domain.InvoiceAdjustmentStatusChange
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentStatusChange in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoiceAdjustmentStatusChange Modifier and Type Field Description InvoiceAdjustmentStatusChangeInvoiceAdjustmentStatusChangeState. scenarioMethods in dev.vality.damsel.domain that return InvoiceAdjustmentStatusChange Modifier and Type Method Description InvoiceAdjustmentStatusChangeInvoiceAdjustmentStatusChange. deepCopy()InvoiceAdjustmentStatusChangeInvoiceAdjustmentStatusChangeState. getScenario()InvoiceAdjustmentStatusChangeInvoiceAdjustmentStatusChange. setTargetStatus(InvoiceStatus target_status)Статус, в который необходимо перевести инвойс.Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentStatusChange Modifier and Type Method Description intInvoiceAdjustmentStatusChange. compareTo(InvoiceAdjustmentStatusChange other)booleanInvoiceAdjustmentStatusChange. equals(InvoiceAdjustmentStatusChange that)InvoiceAdjustmentStatusChangeStateInvoiceAdjustmentStatusChangeState. setScenario(InvoiceAdjustmentStatusChange scenario)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentStatusChange Constructor Description InvoiceAdjustmentStatusChange(InvoiceAdjustmentStatusChange other)Performs a deep copy on other.InvoiceAdjustmentStatusChangeState(InvoiceAdjustmentStatusChange scenario) -
Uses of InvoiceAdjustmentStatusChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentStatusChange Modifier and Type Method Description InvoiceAdjustmentStatusChangeInvoiceAdjustmentScenario. getStatusChange()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentStatusChange Modifier and Type Method Description voidInvoiceAdjustmentScenario. setStatusChange(InvoiceAdjustmentStatusChange value)static InvoiceAdjustmentScenarioInvoiceAdjustmentScenario. status_change(InvoiceAdjustmentStatusChange value)