Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentRefundSucceeded
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentRefundSucceeded in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentRefundSucceeded Modifier and Type Method Description InvoicePaymentRefundSucceededInvoicePaymentRefundSucceeded. deepCopy()InvoicePaymentRefundSucceededInvoicePaymentRefundStatus. getSucceeded()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundSucceeded Modifier and Type Method Description intInvoicePaymentRefundSucceeded. compareTo(InvoicePaymentRefundSucceeded other)booleanInvoicePaymentRefundSucceeded. equals(InvoicePaymentRefundSucceeded that)voidInvoicePaymentRefundStatus. setSucceeded(InvoicePaymentRefundSucceeded value)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. succeeded(InvoicePaymentRefundSucceeded value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundSucceeded Constructor Description InvoicePaymentRefundSucceeded(InvoicePaymentRefundSucceeded other)Performs a deep copy on other.