Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargedBack
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargedBack in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargedBack Modifier and Type Method Description InvoicePaymentChargedBackInvoicePaymentChargedBack. deepCopy()InvoicePaymentChargedBackInvoicePaymentStatus. getChargedBack()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargedBack Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. charged_back(InvoicePaymentChargedBack value)intInvoicePaymentChargedBack. compareTo(InvoicePaymentChargedBack other)booleanInvoicePaymentChargedBack. equals(InvoicePaymentChargedBack that)voidInvoicePaymentStatus. setChargedBack(InvoicePaymentChargedBack value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargedBack Constructor Description InvoicePaymentChargedBack(InvoicePaymentChargedBack other)Performs a deep copy on other.