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