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