Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentFailed
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of InvoicePaymentFailed in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return InvoicePaymentFailed Modifier and Type Method Description InvoicePaymentFailedInvoicePaymentFailed. deepCopy()InvoicePaymentFailedInvoicePaymentStatus. getFailed()InvoicePaymentFailedInvoicePaymentFailed. setAt(String at)InvoicePaymentFailedInvoicePaymentFailed. setFailure(OperationFailure failure)Methods in dev.vality.damsel.merch_stat 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.merch_stat with parameters of type InvoicePaymentFailed Constructor Description InvoicePaymentFailed(InvoicePaymentFailed other)Performs a deep copy on other.