Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentCancelled in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentCancelled Modifier and Type Method Description InvoicePaymentCancelledInvoicePaymentCancelled. deepCopy()InvoicePaymentCancelledInvoicePaymentStatus. getCancelled()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentCancelled Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. cancelled(InvoicePaymentCancelled value)intInvoicePaymentCancelled. compareTo(InvoicePaymentCancelled other)booleanInvoicePaymentCancelled. equals(InvoicePaymentCancelled that)voidInvoicePaymentStatus. setCancelled(InvoicePaymentCancelled value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentCancelled Constructor Description InvoicePaymentCancelled(InvoicePaymentCancelled other)Performs a deep copy on other.