Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackAccepted
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackAccepted in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackAccepted Modifier and Type Method Description InvoicePaymentChargebackAcceptedInvoicePaymentChargebackAccepted. deepCopy()InvoicePaymentChargebackAcceptedInvoicePaymentChargebackStatus. getAccepted()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackAccepted Modifier and Type Method Description static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. accepted(InvoicePaymentChargebackAccepted value)intInvoicePaymentChargebackAccepted. compareTo(InvoicePaymentChargebackAccepted other)booleanInvoicePaymentChargebackAccepted. equals(InvoicePaymentChargebackAccepted that)voidInvoicePaymentChargebackStatus. setAccepted(InvoicePaymentChargebackAccepted value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackAccepted Constructor Description InvoicePaymentChargebackAccepted(InvoicePaymentChargebackAccepted other)Performs a deep copy on other.