Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCategory
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackCategory in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentChargebackCategory Modifier and Type Field Description InvoicePaymentChargebackCategoryInvoicePaymentChargebackReason. categoryMethods in dev.vality.damsel.domain that return InvoicePaymentChargebackCategory Modifier and Type Method Description static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. authorisation(InvoicePaymentChargebackCategoryAuthorisation value)InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. deepCopy()static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. dispute(InvoicePaymentChargebackCategoryDispute value)static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. fraud(InvoicePaymentChargebackCategoryFraud value)InvoicePaymentChargebackCategoryInvoicePaymentChargebackReason. getCategory()static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. processing_error(InvoicePaymentChargebackCategoryProcessingError value)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategory Modifier and Type Method Description intInvoicePaymentChargebackCategory. compareTo(InvoicePaymentChargebackCategory other)booleanInvoicePaymentChargebackCategory. equals(InvoicePaymentChargebackCategory other)InvoicePaymentChargebackReasonInvoicePaymentChargebackReason. setCategory(InvoicePaymentChargebackCategory category)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategory Constructor Description InvoicePaymentChargebackCategory(InvoicePaymentChargebackCategory other)InvoicePaymentChargebackReason(InvoicePaymentChargebackCategory category)