Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackCategoryAuthorisation
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackCategoryAuthorisation in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackCategoryAuthorisation Modifier and Type Method Description InvoicePaymentChargebackCategoryAuthorisationInvoicePaymentChargebackCategoryAuthorisation. deepCopy()InvoicePaymentChargebackCategoryAuthorisationInvoicePaymentChargebackCategory. getAuthorisation()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryAuthorisation Modifier and Type Method Description static InvoicePaymentChargebackCategoryInvoicePaymentChargebackCategory. authorisation(InvoicePaymentChargebackCategoryAuthorisation value)intInvoicePaymentChargebackCategoryAuthorisation. compareTo(InvoicePaymentChargebackCategoryAuthorisation other)booleanInvoicePaymentChargebackCategoryAuthorisation. equals(InvoicePaymentChargebackCategoryAuthorisation that)voidInvoicePaymentChargebackCategory. setAuthorisation(InvoicePaymentChargebackCategoryAuthorisation value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackCategoryAuthorisation Constructor Description InvoicePaymentChargebackCategoryAuthorisation(InvoicePaymentChargebackCategoryAuthorisation other)Performs a deep copy on other.