Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCategoryDispute
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackCategoryDispute in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackCategoryDispute Modifier and Type Method Description InvoicePaymentChargebackCategoryDisputeInvoicePaymentChargebackCategoryDispute. deepCopy()InvoicePaymentChargebackCategoryDisputeInvoicePaymentChargebackCategory. getDispute()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryDispute Modifier and Type Method Description intInvoicePaymentChargebackCategoryDispute. compareTo(InvoicePaymentChargebackCategoryDispute other)static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. dispute(InvoicePaymentChargebackCategoryDispute value)booleanInvoicePaymentChargebackCategoryDispute. equals(InvoicePaymentChargebackCategoryDispute that)voidInvoicePaymentChargebackCategory. setDispute(InvoicePaymentChargebackCategoryDispute value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryDispute Constructor Description InvoicePaymentChargebackCategoryDispute(InvoicePaymentChargebackCategoryDispute other)Performs a deep copy on other.