Uses of Class
dev.vality.damsel.domain.InvoicePaymentProcessed
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentProcessed in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentProcessed Modifier and Type Method Description InvoicePaymentProcessedInvoicePaymentProcessed. deepCopy()InvoicePaymentProcessedInvoicePaymentStatus. getProcessed()InvoicePaymentProcessedTargetInvoicePaymentStatus. getProcessed()Платёж обработан.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentProcessed Modifier and Type Method Description intInvoicePaymentProcessed. compareTo(InvoicePaymentProcessed other)booleanInvoicePaymentProcessed. equals(InvoicePaymentProcessed that)static InvoicePaymentStatusInvoicePaymentStatus. processed(InvoicePaymentProcessed value)static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. processed(InvoicePaymentProcessed value)voidInvoicePaymentStatus. setProcessed(InvoicePaymentProcessed value)voidTargetInvoicePaymentStatus. setProcessed(InvoicePaymentProcessed value)Платёж обработан.Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentProcessed Constructor Description InvoicePaymentProcessed(InvoicePaymentProcessed other)Performs a deep copy on other.