Uses of Class
dev.vality.damsel.payment_processing.InvoicingSrv.ComputeTerms_result
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicingSrv.ComputeTerms_result in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicingSrv.ComputeTerms_result Modifier and Type Method Description InvoicingSrv.ComputeTerms_resultInvoicingSrv.ComputeTerms_result. deepCopy()InvoicingSrv.ComputeTerms_resultInvoicingSrv.Processor.ComputeTerms. getResult(I iface, InvoicingSrv.ComputeTerms_args args)InvoicingSrv.ComputeTerms_resultInvoicingSrv.ComputeTerms_result. setEx2(InvoiceNotFound ex2)InvoicingSrv.ComputeTerms_resultInvoicingSrv.ComputeTerms_result. setSuccess(TermSet success)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.ComputeTerms_result Modifier and Type Method Description intInvoicingSrv.ComputeTerms_result. compareTo(InvoicingSrv.ComputeTerms_result other)booleanInvoicingSrv.ComputeTerms_result. equals(InvoicingSrv.ComputeTerms_result that)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.ComputeTerms_result Constructor Description ComputeTerms_result(InvoicingSrv.ComputeTerms_result other)Performs a deep copy on other.