Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCategoryProcessingError
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackCategoryProcessingError in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackCategoryProcessingError Modifier and Type Method Description InvoicePaymentChargebackCategoryProcessingErrorInvoicePaymentChargebackCategoryProcessingError. deepCopy()InvoicePaymentChargebackCategoryProcessingErrorInvoicePaymentChargebackCategory. getProcessingError()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryProcessingError Modifier and Type Method Description intInvoicePaymentChargebackCategoryProcessingError. compareTo(InvoicePaymentChargebackCategoryProcessingError other)booleanInvoicePaymentChargebackCategoryProcessingError. equals(InvoicePaymentChargebackCategoryProcessingError that)static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. processing_error(InvoicePaymentChargebackCategoryProcessingError value)voidInvoicePaymentChargebackCategory. setProcessingError(InvoicePaymentChargebackCategoryProcessingError value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryProcessingError Constructor Description InvoicePaymentChargebackCategoryProcessingError(InvoicePaymentChargebackCategoryProcessingError other)Performs a deep copy on other.