Uses of Class
dev.vality.damsel.domain.InvoicePaid
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaid in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaid Modifier and Type Method Description InvoicePaidInvoicePaid. deepCopy()InvoicePaidInvoiceStatus. getPaid()Methods in dev.vality.damsel.domain with parameters of type InvoicePaid Modifier and Type Method Description intInvoicePaid. compareTo(InvoicePaid other)booleanInvoicePaid. equals(InvoicePaid that)static InvoiceStatusInvoiceStatus. paid(InvoicePaid value)voidInvoiceStatus. setPaid(InvoicePaid value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaid Constructor Description InvoicePaid(InvoicePaid other)Performs a deep copy on other.