Uses of Class
dev.vality.damsel.domain.InvoiceCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceCancelled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceCancelled Modifier and Type Method Description InvoiceCancelledInvoiceCancelled. deepCopy()InvoiceCancelledInvoiceStatus. getCancelled()InvoiceCancelledInvoiceCancelled. setDetails(String details)Methods in dev.vality.damsel.domain with parameters of type InvoiceCancelled Modifier and Type Method Description static InvoiceStatusInvoiceStatus. cancelled(InvoiceCancelled value)intInvoiceCancelled. compareTo(InvoiceCancelled other)booleanInvoiceCancelled. equals(InvoiceCancelled that)voidInvoiceStatus. setCancelled(InvoiceCancelled value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceCancelled Constructor Description InvoiceCancelled(InvoiceCancelled other)Performs a deep copy on other.