Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentCreated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentCreated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentCreated Modifier and Type Method Description InvoiceAdjustmentCreatedInvoiceAdjustmentCreated. deepCopy()InvoiceAdjustmentCreatedInvoiceAdjustmentChangePayload. getInvoiceAdjustmentCreated()InvoiceAdjustmentCreatedInvoiceAdjustmentCreated. setAdjustment(InvoiceAdjustment adjustment)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentCreated Modifier and Type Method Description intInvoiceAdjustmentCreated. compareTo(InvoiceAdjustmentCreated other)booleanInvoiceAdjustmentCreated. equals(InvoiceAdjustmentCreated that)static InvoiceAdjustmentChangePayloadInvoiceAdjustmentChangePayload. invoice_adjustment_created(InvoiceAdjustmentCreated value)voidInvoiceAdjustmentChangePayload. setInvoiceAdjustmentCreated(InvoiceAdjustmentCreated value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentCreated Constructor Description InvoiceAdjustmentCreated(InvoiceAdjustmentCreated other)Performs a deep copy on other.