-
Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAmountExceeded
| 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) |
Принять чарджбэк
|
InvoicePaymentChargeback |
InvoicingSrv.Client.createChargeback(String id,
String payment_id,
InvoicePaymentChargebackParams params) |
|
InvoicePaymentChargeback |
InvoicingSrv.Iface.createChargeback(String id,
String payment_id,
InvoicePaymentChargebackParams params) |
Создать чарджбэк
|
InvoicePaymentRefund |
InvoicingSrv.Client.createManualRefund(String id,
String payment_id,
InvoicePaymentRefundParams params) |
|
InvoicePaymentRefund |
InvoicingSrv.Iface.createManualRefund(String id,
String payment_id,
InvoicePaymentRefundParams params) |
Сделать ручной возврат.
|
Void |
InvoicingSrv.AsyncClient.AcceptChargeback_call.getResult() |
|
InvoicePaymentChargeback |
InvoicingSrv.AsyncClient.CreateChargeback_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.RefundPayment_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult() |
|
void |
InvoicingSrv.Client.recvAcceptChargeback() |
|
InvoicePaymentChargeback |
InvoicingSrv.Client.recvCreateChargeback() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvCreateManualRefund() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvRefundPayment() |
|
void |
InvoicingSrv.Client.recvReopenChargeback() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.refundPayment(String id,
String payment_id,
InvoicePaymentRefundParams params) |
|
InvoicePaymentRefund |
InvoicingSrv.Iface.refundPayment(String id,
String payment_id,
InvoicePaymentRefundParams 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 InvoicePaymentAmountExceeded
| Constructor |
Description |
AcceptChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
OperationNotPermitted ex6,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12) |
|
CreateChargeback_result(InvoicePaymentChargeback success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
OperationNotPermitted ex6,
InsufficientAccountBalance ex7,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12,
InvoicePaymentChargebackPending ex14) |
|
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) |
|
InvoicePaymentAmountExceeded(InvoicePaymentAmountExceeded other) |
Performs a deep copy on other.
|
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) |
|
ReopenChargeback_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4,
OperationNotPermitted ex6,
InvoicePaymentAmountExceeded ex8,
InconsistentChargebackCurrency ex9,
InvoicePaymentChargebackInvalidStatus ex11,
InvalidContractStatus ex12,
InvoicePaymentChargebackCannotReopenAfterArbitration ex13,
InvoicePaymentChargebackInvalidStage ex14) |
|