Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentStatusChanged Modifier and Type Method Description InvoiceAdjustmentStatusChangedInvoiceAdjustmentStatusChanged. deepCopy()InvoiceAdjustmentStatusChangedInvoiceAdjustmentChangePayload. getInvoiceAdjustmentStatusChanged()InvoiceAdjustmentStatusChangedInvoiceAdjustmentStatusChanged. setStatus(InvoiceAdjustmentStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentStatusChanged Modifier and Type Method Description intInvoiceAdjustmentStatusChanged. compareTo(InvoiceAdjustmentStatusChanged other)booleanInvoiceAdjustmentStatusChanged. equals(InvoiceAdjustmentStatusChanged that)static InvoiceAdjustmentChangePayloadInvoiceAdjustmentChangePayload. invoice_adjustment_status_changed(InvoiceAdjustmentStatusChanged value)voidInvoiceAdjustmentChangePayload. setInvoiceAdjustmentStatusChanged(InvoiceAdjustmentStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentStatusChanged Constructor Description InvoiceAdjustmentStatusChanged(InvoiceAdjustmentStatusChanged other)Performs a deep copy on other.