Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackCancelled in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackCancelled Modifier and Type Method Description InvoicePaymentChargebackCancelledInvoicePaymentChargebackCancelled. deepCopy()InvoicePaymentChargebackCancelledInvoicePaymentChargebackStatus. getCancelled()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCancelled Modifier and Type Method Description static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. cancelled(InvoicePaymentChargebackCancelled value)intInvoicePaymentChargebackCancelled. compareTo(InvoicePaymentChargebackCancelled other)booleanInvoicePaymentChargebackCancelled. equals(InvoicePaymentChargebackCancelled that)voidInvoicePaymentChargebackStatus. setCancelled(InvoicePaymentChargebackCancelled value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCancelled Constructor Description InvoicePaymentChargebackCancelled(InvoicePaymentChargebackCancelled other)Performs a deep copy on other.