Uses of Class
dev.vality.damsel.webhooker.InvoiceCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoiceCancelled in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoiceCancelled Modifier and Type Method Description InvoiceCancelledInvoiceCancelled. deepCopy()InvoiceCancelledInvoiceStatus. getCancelled()Methods in dev.vality.damsel.webhooker 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.webhooker with parameters of type InvoiceCancelled Constructor Description InvoiceCancelled(InvoiceCancelled other)Performs a deep copy on other.