Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentPending
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentPending in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentPending Modifier and Type Method Description InvoicePaymentPendingInvoicePaymentPending. deepCopy()InvoicePaymentPendingInvoicePaymentStatus. getPending()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentPending Modifier and Type Method Description intInvoicePaymentPending. compareTo(InvoicePaymentPending other)booleanInvoicePaymentPending. equals(InvoicePaymentPending that)static InvoicePaymentStatusInvoicePaymentStatus. pending(InvoicePaymentPending value)voidInvoicePaymentStatus. setPending(InvoicePaymentPending value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentPending Constructor Description InvoicePaymentPending(InvoicePaymentPending other)Performs a deep copy on other.