Uses of Class
dev.vality.damsel.domain.InvoicePaymentFailed
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentFailed in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentFailed Modifier and Type Method Description InvoicePaymentFailedInvoicePaymentFailed. deepCopy()InvoicePaymentFailedInvoicePaymentStatus. getFailed()InvoicePaymentFailedInvoicePaymentFailed. setFailure(OperationFailure failure)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentFailed Modifier and Type Method Description intInvoicePaymentFailed. compareTo(InvoicePaymentFailed other)booleanInvoicePaymentFailed. equals(InvoicePaymentFailed that)static InvoicePaymentStatusInvoicePaymentStatus. failed(InvoicePaymentFailed value)voidInvoicePaymentStatus. setFailed(InvoicePaymentFailed value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentFailed Constructor Description InvoicePaymentFailed(InvoicePaymentFailed other)Performs a deep copy on other.