Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentState
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentAdjustmentState in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentAdjustmentState Modifier and Type Field Description InvoicePaymentAdjustmentStateInvoicePaymentAdjustment. stateMethods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentState Modifier and Type Method Description static InvoicePaymentAdjustmentStateInvoicePaymentAdjustmentState. cash_flow(InvoicePaymentAdjustmentCashFlowState value)InvoicePaymentAdjustmentStateInvoicePaymentAdjustmentState. deepCopy()InvoicePaymentAdjustmentStateInvoicePaymentAdjustment. getState()static InvoicePaymentAdjustmentStateInvoicePaymentAdjustmentState. status_change(InvoicePaymentAdjustmentStatusChangeState value)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentState Modifier and Type Method Description intInvoicePaymentAdjustmentState. compareTo(InvoicePaymentAdjustmentState other)booleanInvoicePaymentAdjustmentState. equals(InvoicePaymentAdjustmentState other)InvoicePaymentAdjustmentInvoicePaymentAdjustment. setState(InvoicePaymentAdjustmentState state)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentState Constructor Description InvoicePaymentAdjustmentState(InvoicePaymentAdjustmentState other)