-
Methods in dev.vality.damsel.payment_processing that throw InsufficientAccountBalance
| Modifier and Type |
Method |
Description |
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) |
Сделать ручной возврат.
|
InvoicePaymentChargeback |
InvoicingSrv.AsyncClient.CreateChargeback_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.RefundPayment_call.getResult() |
|
InvoicePaymentChargeback |
InvoicingSrv.Client.recvCreateChargeback() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvCreateManualRefund() |
|
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) |
Сделать возврат платежа.
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InsufficientAccountBalance
| 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) |
|
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) |
|
InsufficientAccountBalance(InsufficientAccountBalance 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) |
|