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