Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentRefunded
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of InvoicePaymentRefunded in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return InvoicePaymentRefunded Modifier and Type Method Description InvoicePaymentRefundedInvoicePaymentRefunded. deepCopy()InvoicePaymentRefundedInvoicePaymentStatus. getRefunded()InvoicePaymentRefundedInvoicePaymentRefunded. setAt(String at)Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefunded Modifier and Type Method Description intInvoicePaymentRefunded. compareTo(InvoicePaymentRefunded other)booleanInvoicePaymentRefunded. equals(InvoicePaymentRefunded that)static InvoicePaymentStatusInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)voidInvoicePaymentStatus. setRefunded(InvoicePaymentRefunded value)Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefunded Constructor Description InvoicePaymentRefunded(InvoicePaymentRefunded other)Performs a deep copy on other.