Uses of Class
dev.vality.damsel.payment_processing.InvoiceStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceStatusChanged Modifier and Type Method Description InvoiceStatusChangedInvoiceStatusChanged. deepCopy()InvoiceStatusChangedInvoiceChange. getInvoiceStatusChanged()InvoiceStatusChangedInvoiceStatusChanged. setStatus(InvoiceStatus status)Новый статус инвойса.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceStatusChanged Modifier and Type Method Description intInvoiceStatusChanged. compareTo(InvoiceStatusChanged other)booleanInvoiceStatusChanged. equals(InvoiceStatusChanged that)static InvoiceChangeInvoiceChange. invoice_status_changed(InvoiceStatusChanged value)voidInvoiceChange. setInvoiceStatusChanged(InvoiceStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceStatusChanged Constructor Description InvoiceStatusChanged(InvoiceStatusChanged other)Performs a deep copy on other.