Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChange Modifier and Type Method Description InvoicePaymentChangeInvoicePaymentChange. deepCopy()InvoicePaymentChangeInvoiceChange. getInvoicePaymentChange()InvoicePaymentChangeInvoicePaymentChange. setId(String id)InvoicePaymentChangeInvoicePaymentChange. setOccurredAt(String occurred_at)InvoicePaymentChangeInvoicePaymentChange. setPayload(InvoicePaymentChangePayload payload)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChange Modifier and Type Method Description intInvoicePaymentChange. compareTo(InvoicePaymentChange other)booleanInvoicePaymentChange. equals(InvoicePaymentChange that)static InvoiceChangeInvoiceChange. invoice_payment_change(InvoicePaymentChange value)voidInvoiceChange. setInvoicePaymentChange(InvoicePaymentChange value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChange Constructor Description InvoicePaymentChange(InvoicePaymentChange other)Performs a deep copy on other.