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