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