Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentRefundFailed
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of InvoicePaymentRefundFailed in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return InvoicePaymentRefundFailed Modifier and Type Method Description InvoicePaymentRefundFailedInvoicePaymentRefundFailed. deepCopy()InvoicePaymentRefundFailedInvoicePaymentRefundStatus. getFailed()InvoicePaymentRefundFailedInvoicePaymentRefundFailed. setAt(String at)InvoicePaymentRefundFailedInvoicePaymentRefundFailed. setFailure(OperationFailure failure)Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefundFailed Modifier and Type Method Description intInvoicePaymentRefundFailed. compareTo(InvoicePaymentRefundFailed other)booleanInvoicePaymentRefundFailed. equals(InvoicePaymentRefundFailed that)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. failed(InvoicePaymentRefundFailed value)voidInvoicePaymentRefundStatus. setFailed(InvoicePaymentRefundFailed value)Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefundFailed Constructor Description InvoicePaymentRefundFailed(InvoicePaymentRefundFailed other)Performs a deep copy on other.