Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentStatusChange
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentStatusChange in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentAdjustmentStatusChange Modifier and Type Field Description InvoicePaymentAdjustmentStatusChangeInvoicePaymentAdjustmentStatusChangeState. scenarioMethods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentStatusChange Modifier and Type Method Description InvoicePaymentAdjustmentStatusChangeInvoicePaymentAdjustmentStatusChange. deepCopy()InvoicePaymentAdjustmentStatusChangeInvoicePaymentAdjustmentStatusChangeState. getScenario()InvoicePaymentAdjustmentStatusChangeInvoicePaymentAdjustmentStatusChange. setTargetStatus(InvoicePaymentStatus target_status)Статус, в который необходимо перевести платёж.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentStatusChange Modifier and Type Method Description intInvoicePaymentAdjustmentStatusChange. compareTo(InvoicePaymentAdjustmentStatusChange other)booleanInvoicePaymentAdjustmentStatusChange. equals(InvoicePaymentAdjustmentStatusChange that)InvoicePaymentAdjustmentStatusChangeStateInvoicePaymentAdjustmentStatusChangeState. setScenario(InvoicePaymentAdjustmentStatusChange scenario)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentStatusChange Constructor Description InvoicePaymentAdjustmentStatusChange(InvoicePaymentAdjustmentStatusChange other)Performs a deep copy on other.InvoicePaymentAdjustmentStatusChangeState(InvoicePaymentAdjustmentStatusChange scenario) -
Uses of InvoicePaymentAdjustmentStatusChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentStatusChange Modifier and Type Method Description InvoicePaymentAdjustmentStatusChangeInvoicePaymentAdjustmentScenario. getStatusChange()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentStatusChange Modifier and Type Method Description voidInvoicePaymentAdjustmentScenario. setStatusChange(InvoicePaymentAdjustmentStatusChange value)static InvoicePaymentAdjustmentScenarioInvoicePaymentAdjustmentScenario. status_change(InvoicePaymentAdjustmentStatusChange value)