-
-
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRefund
| Modifier and Type |
Method |
Description |
InvoicePaymentRefund |
InvoicingSrv.Client.createManualRefund(String id,
String payment_id,
InvoicePaymentRefundParams params) |
|
InvoicePaymentRefund |
InvoicingSrv.Iface.createManualRefund(String id,
String payment_id,
InvoicePaymentRefundParams params) |
Сделать ручной возврат.
|
InvoicePaymentRefund |
InvoicingSrv.Client.getPaymentRefund(String id,
String payment_id,
String refund_id) |
|
InvoicePaymentRefund |
InvoicingSrv.Iface.getPaymentRefund(String id,
String payment_id,
String refund_id) |
|
InvoicePaymentRefund |
InvoicePaymentRefund.getRefund() |
|
InvoicePaymentRefund |
InvoicePaymentRefundCreated.getRefund() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.GetPaymentRefund_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.RefundPayment_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.CreateManualRefund_result.getSuccess() |
|
InvoicePaymentRefund |
InvoicingSrv.GetPaymentRefund_result.getSuccess() |
|
InvoicePaymentRefund |
InvoicingSrv.RefundPayment_result.getSuccess() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvCreateManualRefund() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvGetPaymentRefund() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvRefundPayment() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.refundPayment(String id,
String payment_id,
InvoicePaymentRefundParams params) |
|
InvoicePaymentRefund |
InvoicingSrv.Iface.refundPayment(String id,
String payment_id,
InvoicePaymentRefundParams params) |
Сделать возврат платежа.
|
Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRefund
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.AsyncClient.createManualRefund(String id,
String payment_id,
InvoicePaymentRefundParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.createManualRefund(String id,
String payment_id,
InvoicePaymentRefundParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.getPaymentRefund(String id,
String payment_id,
String refund_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.getPaymentRefund(String id,
String payment_id,
String refund_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.refundPayment(String id,
String payment_id,
InvoicePaymentRefundParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.refundPayment(String id,
String payment_id,
InvoicePaymentRefundParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
InvoicePayment |
InvoicePayment.setLegacyRefunds(List<InvoicePaymentRefund> legacy_refunds) |
|
void |
InvoicingSrv.AsyncProcessor.CreateManualRefund.start(I iface,
InvoicingSrv.CreateManualRefund_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.GetPaymentRefund.start(I iface,
InvoicingSrv.GetPaymentRefund_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.RefundPayment.start(I iface,
InvoicingSrv.RefundPayment_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefund
| Constructor |
Description |
CreateManualRefund_result(InvoicePaymentRefund success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
OperationNotPermitted ex6,
InsufficientAccountBalance ex7,
InvoicePaymentAmountExceeded ex8,
InconsistentRefundCurrency ex9,
InvalidPartyStatus ex10,
InvalidShopStatus ex11,
InvalidContractStatus ex12,
InvalidRequest ex13,
InvoicePaymentChargebackPending ex14,
AllocationNotAllowed ex15,
AllocationExceededPaymentAmount ex16,
AllocationInvalidTransaction ex17,
AllocationNotFound ex18) |
|
GetPaymentRefund_result(InvoicePaymentRefund success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentRefundNotFound ex4) |
|
InvoicePaymentRefund(InvoicePaymentRefund refund,
List<InvoiceRefundSession> sessions) |
|
InvoicePaymentRefundCreated(InvoicePaymentRefund refund,
List<FinalCashFlowPosting> cash_flow) |
|
RefundPayment_result(InvoicePaymentRefund success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
OperationNotPermitted ex6,
InsufficientAccountBalance ex7,
InvalidRequest ex8,
InvoicePaymentAmountExceeded ex9,
InconsistentRefundCurrency ex10,
InvalidPartyStatus ex11,
InvalidShopStatus ex12,
InvalidContractStatus ex13,
InvoicePaymentChargebackPending ex14,
AllocationNotAllowed ex15,
AllocationExceededPaymentAmount ex16,
AllocationInvalidTransaction ex17,
AllocationNotFound ex18) |
|
Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRefund
| Constructor |
Description |
CreateManualRefund_call(String id,
String payment_id,
InvoicePaymentRefundParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
GetPaymentRefund_call(String id,
String payment_id,
String refund_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
RefundPayment_call(String id,
String payment_id,
InvoicePaymentRefundParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|