Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentFailed
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentFailed in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentFailed Modifier and Type Method Description InvoicePaymentFailedInvoicePaymentFailed. deepCopy()InvoicePaymentFailedInvoicePaymentStatus. getFailed()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentFailed Modifier and Type Method Description intInvoicePaymentFailed. compareTo(InvoicePaymentFailed other)booleanInvoicePaymentFailed. equals(InvoicePaymentFailed that)static InvoicePaymentStatusInvoicePaymentStatus. failed(InvoicePaymentFailed value)voidInvoicePaymentStatus. setFailed(InvoicePaymentFailed value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentFailed Constructor Description InvoicePaymentFailed(InvoicePaymentFailed other)Performs a deep copy on other.