Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentStatus
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentStatus in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as InvoicePaymentStatus Modifier and Type Field Description InvoicePaymentStatusInvoicePaymentStatusChanged. valueMethods in dev.vality.damsel.webhooker that return InvoicePaymentStatus Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. cancelled(InvoicePaymentCancelled value)static InvoicePaymentStatusInvoicePaymentStatus. captured(InvoicePaymentCaptured value)InvoicePaymentStatusInvoicePaymentStatus. deepCopy()static InvoicePaymentStatusInvoicePaymentStatus. failed(InvoicePaymentFailed value)InvoicePaymentStatusInvoicePaymentStatusChanged. getValue()static InvoicePaymentStatusInvoicePaymentStatus. pending(InvoicePaymentPending value)static InvoicePaymentStatusInvoicePaymentStatus. processed(InvoicePaymentProcessed value)static InvoicePaymentStatusInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentStatus Modifier and Type Method Description intInvoicePaymentStatus. compareTo(InvoicePaymentStatus other)booleanInvoicePaymentStatus. equals(InvoicePaymentStatus other)InvoicePaymentStatusChangedInvoicePaymentStatusChanged. setValue(InvoicePaymentStatus value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentStatus Constructor Description InvoicePaymentStatus(InvoicePaymentStatus other)InvoicePaymentStatusChanged(InvoicePaymentStatus value)