-
Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackInvalidStage
| Modifier and Type |
Method |
Description |
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) |
Отмена чарджбэка.
|
Void |
InvoicingSrv.AsyncClient.CancelChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult() |
|
void |
InvoicingSrv.Client.recvCancelChargeback() |
|
void |
InvoicingSrv.Client.recvReopenChargeback() |
|
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 InvoicePaymentChargebackInvalidStage
| Constructor |
Description |
CancelChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
InvoicePaymentChargebackInvalidStatus ex11,
InvoicePaymentChargebackInvalidStage ex15) |
|
InvoicePaymentChargebackInvalidStage(InvoicePaymentChargebackInvalidStage other) |
Performs a deep copy on other.
|
ReopenChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
OperationNotPermitted ex6,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12,
InvoicePaymentChargebackCannotReopenAfterArbitration ex13,
InvoicePaymentChargebackInvalidStage ex14) |
|