-
Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCancelParams
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.AsyncClient.cancelChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.cancelChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
InvoicingSrv.Client.cancelChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params) |
|
void |
InvoicingSrv.Iface.cancelChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params) |
Отмена чарджбэка.
|
int |
InvoicePaymentChargebackCancelParams.compareTo(InvoicePaymentChargebackCancelParams other) |
|
boolean |
InvoicePaymentChargebackCancelParams.equals(InvoicePaymentChargebackCancelParams that) |
|
void |
InvoicingSrv.Client.sendCancelChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params) |
|
InvoicingSrv.CancelChargeback_args |
InvoicingSrv.CancelChargeback_args.setParams(InvoicePaymentChargebackCancelParams params) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCancelParams
| Constructor |
Description |
CancelChargeback_args(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params) |
|
CancelChargeback_call(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackCancelParams params,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
InvoicePaymentChargebackCancelParams(InvoicePaymentChargebackCancelParams other) |
Performs a deep copy on other.
|