Uses of Class
dev.vality.damsel.domain.InvoicePaymentPending
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentPending in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentPending Modifier and Type Method Description InvoicePaymentPendingInvoicePaymentPending. deepCopy()InvoicePaymentPendingInvoicePaymentStatus. getPending()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentPending Modifier and Type Method Description intInvoicePaymentPending. compareTo(InvoicePaymentPending other)booleanInvoicePaymentPending. equals(InvoicePaymentPending that)static InvoicePaymentStatusInvoicePaymentStatus. pending(InvoicePaymentPending value)voidInvoicePaymentStatus. setPending(InvoicePaymentPending value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentPending Constructor Description InvoicePaymentPending(InvoicePaymentPending other)Performs a deep copy on other.