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