Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentRefundStatus
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as InvoicePaymentRefundStatus Modifier and Type Field Description InvoicePaymentRefundStatusInvoicePaymentRefundStatusChanged. valueMethods in dev.vality.damsel.webhooker that return InvoicePaymentRefundStatus Modifier and Type Method Description InvoicePaymentRefundStatusInvoicePaymentRefundStatus. deepCopy()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. failed(InvoicePaymentRefundFailed value)InvoicePaymentRefundStatusInvoicePaymentRefundStatusChanged. getValue()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. pending(InvoicePaymentRefundPending value)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. succeeded(InvoicePaymentRefundSucceeded value)Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundStatus Modifier and Type Method Description intInvoicePaymentRefundStatus. compareTo(InvoicePaymentRefundStatus other)booleanInvoicePaymentRefundStatus. equals(InvoicePaymentRefundStatus other)InvoicePaymentRefundStatusChangedInvoicePaymentRefundStatusChanged. setValue(InvoicePaymentRefundStatus value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundStatus Constructor Description InvoicePaymentRefundStatus(InvoicePaymentRefundStatus other)InvoicePaymentRefundStatusChanged(InvoicePaymentRefundStatus value)