Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentPending
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentAdjustmentPending in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentPending Modifier and Type Method Description InvoicePaymentAdjustmentPendingInvoicePaymentAdjustmentPending. deepCopy()InvoicePaymentAdjustmentPendingInvoicePaymentAdjustmentStatus. getPending()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentPending Modifier and Type Method Description intInvoicePaymentAdjustmentPending. compareTo(InvoicePaymentAdjustmentPending other)booleanInvoicePaymentAdjustmentPending. equals(InvoicePaymentAdjustmentPending that)static InvoicePaymentAdjustmentStatusInvoicePaymentAdjustmentStatus. pending(InvoicePaymentAdjustmentPending value)voidInvoicePaymentAdjustmentStatus. setPending(InvoicePaymentAdjustmentPending value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentPending Constructor Description InvoicePaymentAdjustmentPending(InvoicePaymentAdjustmentPending other)Performs a deep copy on other.