Uses of Class
dev.vality.damsel.webhooker.InvoiceStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoiceStatusChanged in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoiceStatusChanged Modifier and Type Method Description InvoiceStatusChangedInvoiceStatusChanged. deepCopy()InvoiceStatusChangedInvoiceEventType. getStatusChanged()InvoiceStatusChangedInvoiceStatusChanged. setValue(InvoiceStatus value)Methods in dev.vality.damsel.webhooker with parameters of type InvoiceStatusChanged Modifier and Type Method Description intInvoiceStatusChanged. compareTo(InvoiceStatusChanged other)booleanInvoiceStatusChanged. equals(InvoiceStatusChanged that)voidInvoiceEventType. setStatusChanged(InvoiceStatusChanged value)static InvoiceEventTypeInvoiceEventType. status_changed(InvoiceStatusChanged value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoiceStatusChanged Constructor Description InvoiceStatusChanged(InvoiceStatusChanged other)Performs a deep copy on other.