-
-
Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentChargeback
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.AsyncClient.createChargeback(String id,
String payment_id,
InvoicePaymentChargebackParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.createChargeback(String id,
String payment_id,
InvoicePaymentChargebackParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.getPaymentChargeback(String id,
String payment_id,
String chargeback_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.getPaymentChargeback(String id,
String payment_id,
String chargeback_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.CreateChargeback.start(I iface,
InvoicingSrv.CreateChargeback_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) |
|
void |
InvoicingSrv.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 InvoicePaymentChargeback
| Constructor |
Description |
CreateChargeback_result(InvoicePaymentChargeback success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
OperationNotPermitted ex6,
InsufficientAccountBalance ex7,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12,
InvoicePaymentChargebackPending ex14) |
|
GetPaymentChargeback_result(InvoicePaymentChargeback success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4) |
|
InvoicePaymentChargeback(InvoicePaymentChargeback chargeback) |
|
InvoicePaymentChargebackCreated(InvoicePaymentChargeback chargeback) |
|
Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentChargeback
| Constructor |
Description |
CreateChargeback_call(String id,
String payment_id,
InvoicePaymentChargebackParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
GetPaymentChargeback_call(String id,
String payment_id,
String chargeback_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|