Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRefundStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRefundStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundStatusChanged Modifier and Type Method Description InvoicePaymentRefundStatusChangedInvoicePaymentRefundStatusChanged. deepCopy()InvoicePaymentRefundStatusChangedInvoicePaymentRefundChangePayload. getInvoicePaymentRefundStatusChanged()InvoicePaymentRefundStatusChangedInvoicePaymentRefundStatusChanged. setStatus(InvoicePaymentRefundStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundStatusChanged Modifier and Type Method Description intInvoicePaymentRefundStatusChanged. compareTo(InvoicePaymentRefundStatusChanged other)booleanInvoicePaymentRefundStatusChanged. equals(InvoicePaymentRefundStatusChanged that)static InvoicePaymentRefundChangePayloadInvoicePaymentRefundChangePayload. invoice_payment_refund_status_changed(InvoicePaymentRefundStatusChanged value)voidInvoicePaymentRefundChangePayload. setInvoicePaymentRefundStatusChanged(InvoicePaymentRefundStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundStatusChanged Constructor Description InvoicePaymentRefundStatusChanged(InvoicePaymentRefundStatusChanged other)Performs a deep copy on other.