Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCategoryProcessingError
Packages that use InvoicePaymentChargebackCategoryProcessingError
-
Uses of InvoicePaymentChargebackCategoryProcessingError in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackCategoryProcessingErrorModifier and TypeMethodDescriptionInvoicePaymentChargebackCategoryProcessingError.deepCopy()InvoicePaymentChargebackCategory.getProcessingError()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryProcessingErrorModifier and TypeMethodDescriptionintInvoicePaymentChargebackCategoryProcessingError.compareTo(InvoicePaymentChargebackCategoryProcessingError other) booleanInvoicePaymentChargebackCategoryProcessingError.equals(InvoicePaymentChargebackCategoryProcessingError that) InvoicePaymentChargebackCategory.processing_error(InvoicePaymentChargebackCategoryProcessingError value) voidInvoicePaymentChargebackCategory.setProcessingError(InvoicePaymentChargebackCategoryProcessingError value) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryProcessingErrorModifierConstructorDescriptionInvoicePaymentChargebackCategoryProcessingError(InvoicePaymentChargebackCategoryProcessingError other) Performs a deep copy on other.