-
Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackNotFound
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.Client.acceptChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackAcceptParams params) |
|
void |
InvoicingSrv.Iface.acceptChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackAcceptParams params) |
Принять чарджбэк
|
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) |
Отмена чарджбэка.
|
InvoicePaymentChargeback |
InvoicingSrv.Client.getPaymentChargeback(String id,
String payment_id,
String chargeback_id) |
|
InvoicePaymentChargeback |
InvoicingSrv.Iface.getPaymentChargeback(String id,
String payment_id,
String chargeback_id) |
Найти чарджбэк
|
Void |
InvoicingSrv.AsyncClient.AcceptChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CancelChargeback_call.getResult() |
|
InvoicePaymentChargeback |
InvoicingSrv.AsyncClient.GetPaymentChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.RejectChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult() |
|
void |
InvoicingSrv.Client.recvAcceptChargeback() |
|
void |
InvoicingSrv.Client.recvCancelChargeback() |
|
InvoicePaymentChargeback |
InvoicingSrv.Client.recvGetPaymentChargeback() |
|
void |
InvoicingSrv.Client.recvRejectChargeback() |
|
void |
InvoicingSrv.Client.recvReopenChargeback() |
|
void |
InvoicingSrv.Client.rejectChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackRejectParams params) |
|
void |
InvoicingSrv.Iface.rejectChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackRejectParams params) |
Отклонить чарджбэк
|
void |
InvoicingSrv.Client.reopenChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackReopenParams params) |
|
void |
InvoicingSrv.Iface.reopenChargeback(String id,
String payment_id,
String chargeback_id,
InvoicePaymentChargebackReopenParams params) |
Открыть чарджбэк заново.
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackNotFound
| Constructor |
Description |
AcceptChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
OperationNotPermitted ex6,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12) |
|
CancelChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
InvoicePaymentChargebackInvalidStatus ex11,
InvoicePaymentChargebackInvalidStage ex15) |
|
GetPaymentChargeback_result(InvoicePaymentChargeback success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4) |
|
InvoicePaymentChargebackNotFound(InvoicePaymentChargebackNotFound other) |
Performs a deep copy on other.
|
RejectChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
OperationNotPermitted ex6,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12) |
|
ReopenChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
OperationNotPermitted ex6,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12,
InvoicePaymentChargebackCannotReopenAfterArbitration ex13,
InvoicePaymentChargebackInvalidStage ex14) |
|