Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentCreated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentCreated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentCreated Modifier and Type Method Description InvoicePaymentAdjustmentCreatedInvoicePaymentAdjustmentCreated. deepCopy()InvoicePaymentAdjustmentCreatedInvoicePaymentAdjustmentChangePayload. getInvoicePaymentAdjustmentCreated()InvoicePaymentAdjustmentCreatedInvoicePaymentAdjustmentCreated. setAdjustment(InvoicePaymentAdjustment adjustment)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentCreated Modifier and Type Method Description intInvoicePaymentAdjustmentCreated. compareTo(InvoicePaymentAdjustmentCreated other)booleanInvoicePaymentAdjustmentCreated. equals(InvoicePaymentAdjustmentCreated that)static InvoicePaymentAdjustmentChangePayloadInvoicePaymentAdjustmentChangePayload. invoice_payment_adjustment_created(InvoicePaymentAdjustmentCreated value)voidInvoicePaymentAdjustmentChangePayload. setInvoicePaymentAdjustmentCreated(InvoicePaymentAdjustmentCreated value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentCreated Constructor Description InvoicePaymentAdjustmentCreated(InvoicePaymentAdjustmentCreated other)Performs a deep copy on other.