Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentProcessed
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentProcessed in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentProcessed Modifier and Type Method Description InvoicePaymentProcessedInvoicePaymentProcessed. deepCopy()InvoicePaymentProcessedInvoicePaymentStatus. getProcessed()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentProcessed Modifier and Type Method Description intInvoicePaymentProcessed. compareTo(InvoicePaymentProcessed other)booleanInvoicePaymentProcessed. equals(InvoicePaymentProcessed that)static InvoicePaymentStatusInvoicePaymentStatus. processed(InvoicePaymentProcessed value)voidInvoicePaymentStatus. setProcessed(InvoicePaymentProcessed value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentProcessed Constructor Description InvoicePaymentProcessed(InvoicePaymentProcessed other)Performs a deep copy on other.