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