Uses of Class
dev.vality.damsel.payment_processing.InvoicingSrv.CreateWithTemplate_args
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicingSrv.CreateWithTemplate_args in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicingSrv.CreateWithTemplate_args Modifier and Type Method Description InvoicingSrv.CreateWithTemplate_argsInvoicingSrv.CreateWithTemplate_args. deepCopy()InvoicingSrv.CreateWithTemplate_argsInvoicingSrv.AsyncProcessor.CreateWithTemplate. getEmptyArgsInstance()InvoicingSrv.CreateWithTemplate_argsInvoicingSrv.Processor.CreateWithTemplate. getEmptyArgsInstance()InvoicingSrv.CreateWithTemplate_argsInvoicingSrv.CreateWithTemplate_args. setParams(InvoiceWithTemplateParams params)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.CreateWithTemplate_args Modifier and Type Method Description intInvoicingSrv.CreateWithTemplate_args. compareTo(InvoicingSrv.CreateWithTemplate_args other)booleanInvoicingSrv.CreateWithTemplate_args. equals(InvoicingSrv.CreateWithTemplate_args that)InvoicingSrv.CreateWithTemplate_resultInvoicingSrv.Processor.CreateWithTemplate. getResult(I iface, InvoicingSrv.CreateWithTemplate_args args)voidInvoicingSrv.AsyncProcessor.CreateWithTemplate. start(I iface, InvoicingSrv.CreateWithTemplate_args args, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.CreateWithTemplate_args Constructor Description CreateWithTemplate_args(InvoicingSrv.CreateWithTemplate_args other)Performs a deep copy on other.