Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentRefundPending
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentRefundPending in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentRefundPending Modifier and Type Method Description InvoicePaymentRefundPendingInvoicePaymentRefundPending. deepCopy()InvoicePaymentRefundPendingInvoicePaymentRefundStatus. getPending()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundPending Modifier and Type Method Description intInvoicePaymentRefundPending. compareTo(InvoicePaymentRefundPending other)booleanInvoicePaymentRefundPending. equals(InvoicePaymentRefundPending that)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. pending(InvoicePaymentRefundPending value)voidInvoicePaymentRefundStatus. setPending(InvoicePaymentRefundPending value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundPending Constructor Description InvoicePaymentRefundPending(InvoicePaymentRefundPending other)Performs a deep copy on other.