Uses of Class
dev.vality.damsel.payment_processing.InvoiceTermsViolationReason
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceTermsViolationReason in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceTermsViolationReason Modifier and Type Field Description InvoiceTermsViolationReasonInvoiceTermsViolated. reasonMethods in dev.vality.damsel.payment_processing that return InvoiceTermsViolationReason Modifier and Type Method Description InvoiceTermsViolationReasonInvoiceTermsViolationReason. deepCopy()InvoiceTermsViolationReasonInvoiceTermsViolated. getReason()static InvoiceTermsViolationReasonInvoiceTermsViolationReason. invoice_unallocatable(InvoiceUnallocatable value)static InvoiceTermsViolationReasonInvoiceTermsViolationReason. invoice_unpayable(InvoiceUnpayable value)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTermsViolationReason Modifier and Type Method Description intInvoiceTermsViolationReason. compareTo(InvoiceTermsViolationReason other)booleanInvoiceTermsViolationReason. equals(InvoiceTermsViolationReason other)InvoiceTermsViolatedInvoiceTermsViolated. setReason(InvoiceTermsViolationReason reason)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceTermsViolationReason Constructor Description InvoiceTermsViolated(InvoiceTermsViolationReason reason)InvoiceTermsViolationReason(InvoiceTermsViolationReason other)