Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentChange Modifier and Type Method Description InvoicePaymentAdjustmentChangeInvoicePaymentAdjustmentChange. deepCopy()InvoicePaymentAdjustmentChangeInvoicePaymentChangePayload. getInvoicePaymentAdjustmentChange()InvoicePaymentAdjustmentChangeInvoicePaymentAdjustmentChange. setId(String id)InvoicePaymentAdjustmentChangeInvoicePaymentAdjustmentChange. setPayload(InvoicePaymentAdjustmentChangePayload payload)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentChange Modifier and Type Method Description intInvoicePaymentAdjustmentChange. compareTo(InvoicePaymentAdjustmentChange other)booleanInvoicePaymentAdjustmentChange. equals(InvoicePaymentAdjustmentChange that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_adjustment_change(InvoicePaymentAdjustmentChange value)voidInvoicePaymentChangePayload. setInvoicePaymentAdjustmentChange(InvoicePaymentAdjustmentChange value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentChange Constructor Description InvoicePaymentAdjustmentChange(InvoicePaymentAdjustmentChange other)Performs a deep copy on other.