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