Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentChange Modifier and Type Method Description InvoiceAdjustmentChangeInvoiceAdjustmentChange. deepCopy()InvoiceAdjustmentChangeInvoiceChange. getInvoiceAdjustmentChange()InvoiceAdjustmentChangeInvoiceAdjustmentChange. setId(String id)InvoiceAdjustmentChangeInvoiceAdjustmentChange. setOccurredAt(String occurred_at)InvoiceAdjustmentChangeInvoiceAdjustmentChange. setPayload(InvoiceAdjustmentChangePayload payload)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentChange Modifier and Type Method Description intInvoiceAdjustmentChange. compareTo(InvoiceAdjustmentChange other)booleanInvoiceAdjustmentChange. equals(InvoiceAdjustmentChange that)static InvoiceChangeInvoiceChange. invoice_adjustment_change(InvoiceAdjustmentChange value)voidInvoiceChange. setInvoiceAdjustmentChange(InvoiceAdjustmentChange value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentChange Constructor Description InvoiceAdjustmentChange(InvoiceAdjustmentChange other)Performs a deep copy on other.