Uses of Class
dev.vality.damsel.payment_processing.InvoiceUnpayable
Packages that use InvoiceUnpayable
-
Uses of InvoiceUnpayable in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceUnpayableModifier and TypeMethodDescriptionInvoiceUnpayable.deepCopy()InvoiceTermsViolationReason.getInvoiceUnpayable()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceUnpayableModifier and TypeMethodDescriptionintInvoiceUnpayable.compareTo(InvoiceUnpayable other) booleanInvoiceUnpayable.equals(InvoiceUnpayable that) static InvoiceTermsViolationReasonInvoiceTermsViolationReason.invoice_unpayable(InvoiceUnpayable value) voidInvoiceTermsViolationReason.setInvoiceUnpayable(InvoiceUnpayable value) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceUnpayableModifierConstructorDescriptionInvoiceUnpayable(InvoiceUnpayable other) Performs a deep copy on other.