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