Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentCreated
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentCreated in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentCreated Modifier and Type Method Description InvoicePaymentCreatedInvoicePaymentCreated. deepCopy()InvoicePaymentCreatedInvoicePaymentEventType. getCreated()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentCreated Modifier and Type Method Description intInvoicePaymentCreated. compareTo(InvoicePaymentCreated other)static InvoicePaymentEventTypeInvoicePaymentEventType. created(InvoicePaymentCreated value)booleanInvoicePaymentCreated. equals(InvoicePaymentCreated that)voidInvoicePaymentEventType. setCreated(InvoicePaymentCreated value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentCreated Constructor Description InvoicePaymentCreated(InvoicePaymentCreated other)Performs a deep copy on other.