Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCategoryFraud
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackCategoryFraud in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackCategoryFraud Modifier and Type Method Description InvoicePaymentChargebackCategoryFraudInvoicePaymentChargebackCategoryFraud. deepCopy()InvoicePaymentChargebackCategoryFraudInvoicePaymentChargebackCategory. getFraud()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryFraud Modifier and Type Method Description intInvoicePaymentChargebackCategoryFraud. compareTo(InvoicePaymentChargebackCategoryFraud other)booleanInvoicePaymentChargebackCategoryFraud. equals(InvoicePaymentChargebackCategoryFraud that)static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. fraud(InvoicePaymentChargebackCategoryFraud value)voidInvoicePaymentChargebackCategory. setFraud(InvoicePaymentChargebackCategoryFraud value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryFraud Constructor Description InvoicePaymentChargebackCategoryFraud(InvoicePaymentChargebackCategoryFraud other)Performs a deep copy on other.