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