Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentRefunded
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentRefunded in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentRefunded Modifier and Type Method Description InvoicePaymentRefundedInvoicePaymentRefunded. deepCopy()InvoicePaymentRefundedInvoicePaymentStatus. getRefunded()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefunded Modifier and Type Method Description intInvoicePaymentRefunded. compareTo(InvoicePaymentRefunded other)booleanInvoicePaymentRefunded. equals(InvoicePaymentRefunded that)static InvoicePaymentStatusInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)voidInvoicePaymentStatus. setRefunded(InvoicePaymentRefunded value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefunded Constructor Description InvoicePaymentRefunded(InvoicePaymentRefunded other)Performs a deep copy on other.