Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackPending
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackPending in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackPending Modifier and Type Method Description InvoicePaymentChargebackPendingInvoicePaymentChargebackPending. deepCopy()InvoicePaymentChargebackPendingInvoicePaymentChargebackStatus. getPending()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackPending Modifier and Type Method Description intInvoicePaymentChargebackPending. compareTo(InvoicePaymentChargebackPending other)booleanInvoicePaymentChargebackPending. equals(InvoicePaymentChargebackPending that)static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. pending(InvoicePaymentChargebackPending value)voidInvoicePaymentChargebackStatus. setPending(InvoicePaymentChargebackPending value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackPending Constructor Description InvoicePaymentChargebackPending(InvoicePaymentChargebackPending other)Performs a deep copy on other.