Uses of Class
dev.vality.damsel.domain.InvoicePaymentCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentCancelled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentCancelled Modifier and Type Method Description InvoicePaymentCancelledInvoicePaymentCancelled. deepCopy()InvoicePaymentCancelledInvoicePaymentStatus. getCancelled()InvoicePaymentCancelledTargetInvoicePaymentStatus. getCancelled()Платёж отменён.InvoicePaymentCancelledInvoicePaymentCancelled. setReason(String reason)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentCancelled Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. cancelled(InvoicePaymentCancelled value)static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. cancelled(InvoicePaymentCancelled value)intInvoicePaymentCancelled. compareTo(InvoicePaymentCancelled other)booleanInvoicePaymentCancelled. equals(InvoicePaymentCancelled that)voidInvoicePaymentStatus. setCancelled(InvoicePaymentCancelled value)voidTargetInvoicePaymentStatus. setCancelled(InvoicePaymentCancelled value)Платёж отменён.Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentCancelled Constructor Description InvoicePaymentCancelled(InvoicePaymentCancelled other)Performs a deep copy on other.