Uses of Class
dev.vality.damsel.payment_processing.InvoiceUnallocatable
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceUnallocatable in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceUnallocatable Modifier and Type Method Description InvoiceUnallocatableInvoiceUnallocatable. deepCopy()InvoiceUnallocatableInvoiceTermsViolationReason. getInvoiceUnallocatable()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceUnallocatable Modifier and Type Method Description intInvoiceUnallocatable. compareTo(InvoiceUnallocatable other)booleanInvoiceUnallocatable. equals(InvoiceUnallocatable that)static InvoiceTermsViolationReasonInvoiceTermsViolationReason. invoice_unallocatable(InvoiceUnallocatable value)voidInvoiceTermsViolationReason. setInvoiceUnallocatable(InvoiceUnallocatable value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceUnallocatable Constructor Description InvoiceUnallocatable(InvoiceUnallocatable other)Performs a deep copy on other.