Uses of Class
dev.vality.damsel.webhooker.InvoiceCreated
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoiceCreated in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoiceCreated Modifier and Type Method Description InvoiceCreatedInvoiceCreated. deepCopy()InvoiceCreatedInvoiceEventType. getCreated()Methods in dev.vality.damsel.webhooker with parameters of type InvoiceCreated Modifier and Type Method Description intInvoiceCreated. compareTo(InvoiceCreated other)static InvoiceEventTypeInvoiceEventType. created(InvoiceCreated value)booleanInvoiceCreated. equals(InvoiceCreated that)voidInvoiceEventType. setCreated(InvoiceCreated value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoiceCreated Constructor Description InvoiceCreated(InvoiceCreated other)Performs a deep copy on other.