Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentStatusChanged Modifier and Type Method Description InvoicePaymentStatusChangedInvoicePaymentStatusChanged. deepCopy()InvoicePaymentStatusChangedInvoicePaymentChangePayload. getInvoicePaymentStatusChanged()InvoicePaymentStatusChangedInvoicePaymentStatusChanged. setStatus(InvoicePaymentStatus status)Статус платежа по инвойсу.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentStatusChanged Modifier and Type Method Description intInvoicePaymentStatusChanged. compareTo(InvoicePaymentStatusChanged other)booleanInvoicePaymentStatusChanged. equals(InvoicePaymentStatusChanged that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_status_changed(InvoicePaymentStatusChanged value)voidInvoicePaymentChangePayload. setInvoicePaymentStatusChanged(InvoicePaymentStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentStatusChanged Constructor Description InvoicePaymentStatusChanged(InvoicePaymentStatusChanged other)Performs a deep copy on other.