Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentChangePayload
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentChangePayload in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceAdjustmentChangePayload Modifier and Type Field Description InvoiceAdjustmentChangePayloadInvoiceAdjustmentChange. payloadMethods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentChangePayload Modifier and Type Method Description InvoiceAdjustmentChangePayloadInvoiceAdjustmentChangePayload. deepCopy()InvoiceAdjustmentChangePayloadInvoiceAdjustmentChange. getPayload()static InvoiceAdjustmentChangePayloadInvoiceAdjustmentChangePayload. invoice_adjustment_created(InvoiceAdjustmentCreated value)static InvoiceAdjustmentChangePayloadInvoiceAdjustmentChangePayload. invoice_adjustment_status_changed(InvoiceAdjustmentStatusChanged value)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentChangePayload Modifier and Type Method Description intInvoiceAdjustmentChangePayload. compareTo(InvoiceAdjustmentChangePayload other)booleanInvoiceAdjustmentChangePayload. equals(InvoiceAdjustmentChangePayload other)InvoiceAdjustmentChangeInvoiceAdjustmentChange. setPayload(InvoiceAdjustmentChangePayload payload)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentChangePayload Constructor Description InvoiceAdjustmentChange(String id, InvoiceAdjustmentChangePayload payload)InvoiceAdjustmentChangePayload(InvoiceAdjustmentChangePayload other)