Uses of Class
dev.vality.damsel.payment_processing.InvoicingSrv.CreateInvoiceAdjustment_args
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicingSrv.CreateInvoiceAdjustment_args in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicingSrv.CreateInvoiceAdjustment_args Modifier and Type Method Description InvoicingSrv.CreateInvoiceAdjustment_argsInvoicingSrv.CreateInvoiceAdjustment_args. deepCopy()InvoicingSrv.CreateInvoiceAdjustment_argsInvoicingSrv.AsyncProcessor.CreateInvoiceAdjustment. getEmptyArgsInstance()InvoicingSrv.CreateInvoiceAdjustment_argsInvoicingSrv.Processor.CreateInvoiceAdjustment. getEmptyArgsInstance()InvoicingSrv.CreateInvoiceAdjustment_argsInvoicingSrv.CreateInvoiceAdjustment_args. setId(String id)InvoicingSrv.CreateInvoiceAdjustment_argsInvoicingSrv.CreateInvoiceAdjustment_args. setParams(InvoiceAdjustmentParams params)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.CreateInvoiceAdjustment_args Modifier and Type Method Description intInvoicingSrv.CreateInvoiceAdjustment_args. compareTo(InvoicingSrv.CreateInvoiceAdjustment_args other)booleanInvoicingSrv.CreateInvoiceAdjustment_args. equals(InvoicingSrv.CreateInvoiceAdjustment_args that)InvoicingSrv.CreateInvoiceAdjustment_resultInvoicingSrv.Processor.CreateInvoiceAdjustment. getResult(I iface, InvoicingSrv.CreateInvoiceAdjustment_args args)voidInvoicingSrv.AsyncProcessor.CreateInvoiceAdjustment. start(I iface, InvoicingSrv.CreateInvoiceAdjustment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.CreateInvoiceAdjustment_args Constructor Description CreateInvoiceAdjustment_args(InvoicingSrv.CreateInvoiceAdjustment_args other)Performs a deep copy on other.