Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentStatusChanged Modifier and Type Method Description InvoicePaymentAdjustmentStatusChangedInvoicePaymentAdjustmentStatusChanged. deepCopy()InvoicePaymentAdjustmentStatusChangedInvoicePaymentAdjustmentChangePayload. getInvoicePaymentAdjustmentStatusChanged()InvoicePaymentAdjustmentStatusChangedInvoicePaymentAdjustmentStatusChanged. setStatus(InvoicePaymentAdjustmentStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentStatusChanged Modifier and Type Method Description intInvoicePaymentAdjustmentStatusChanged. compareTo(InvoicePaymentAdjustmentStatusChanged other)booleanInvoicePaymentAdjustmentStatusChanged. equals(InvoicePaymentAdjustmentStatusChanged that)static InvoicePaymentAdjustmentChangePayloadInvoicePaymentAdjustmentChangePayload. invoice_payment_adjustment_status_changed(InvoicePaymentAdjustmentStatusChanged value)voidInvoicePaymentAdjustmentChangePayload. setInvoicePaymentAdjustmentStatusChanged(InvoicePaymentAdjustmentStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentStatusChanged Constructor Description InvoicePaymentAdjustmentStatusChanged(InvoicePaymentAdjustmentStatusChanged other)Performs a deep copy on other.