Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentRefundFailed
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentRefundFailed in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentRefundFailed Modifier and Type Method Description InvoicePaymentRefundFailedInvoicePaymentRefundFailed. deepCopy()InvoicePaymentRefundFailedInvoicePaymentRefundStatus. getFailed()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundFailed Modifier and Type Method Description intInvoicePaymentRefundFailed. compareTo(InvoicePaymentRefundFailed other)booleanInvoicePaymentRefundFailed. equals(InvoicePaymentRefundFailed that)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. failed(InvoicePaymentRefundFailed value)voidInvoicePaymentRefundStatus. setFailed(InvoicePaymentRefundFailed value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundFailed Constructor Description InvoicePaymentRefundFailed(InvoicePaymentRefundFailed other)Performs a deep copy on other.