Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackRejected
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackRejected in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackRejected Modifier and Type Method Description InvoicePaymentChargebackRejectedInvoicePaymentChargebackRejected. deepCopy()InvoicePaymentChargebackRejectedInvoicePaymentChargebackStatus. getRejected()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackRejected Modifier and Type Method Description intInvoicePaymentChargebackRejected. compareTo(InvoicePaymentChargebackRejected other)booleanInvoicePaymentChargebackRejected. equals(InvoicePaymentChargebackRejected that)static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. rejected(InvoicePaymentChargebackRejected value)voidInvoicePaymentChargebackStatus. setRejected(InvoicePaymentChargebackRejected value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackRejected Constructor Description InvoicePaymentChargebackRejected(InvoicePaymentChargebackRejected other)Performs a deep copy on other.