-
Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentNotFound
| 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) |
Отмена чарджбэка.
|
void |
InvoicingSrv.Client.cancelPayment(String id,
String payment_id,
String reason) |
|
void |
InvoicingSrv.Iface.cancelPayment(String id,
String payment_id,
String reason) |
|
void |
InvoicingSrv.Client.cancelPaymentAdjustment(String id,
String payment_id,
String adjustment_id) |
|
void |
InvoicingSrv.Iface.cancelPaymentAdjustment(String id,
String payment_id,
String adjustment_id) |
|
void |
InvoicingSrv.Client.capturePayment(String id,
String payment_id,
InvoicePaymentCaptureParams params) |
|
void |
InvoicingSrv.Iface.capturePayment(String id,
String payment_id,
InvoicePaymentCaptureParams params) |
|
void |
InvoicingSrv.Client.capturePaymentAdjustment(String id,
String payment_id,
String adjustment_id) |
|
void |
InvoicingSrv.Iface.capturePaymentAdjustment(String id,
String payment_id,
String adjustment_id) |
|
void |
InvoicingSrv.Client.capturePaymentNew(String id,
String payment_id,
InvoicePaymentCaptureParams params) |
|
void |
InvoicingSrv.Iface.capturePaymentNew(String id,
String payment_id,
InvoicePaymentCaptureParams 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) |
Сделать ручной возврат.
|
InvoicePaymentAdjustment |
InvoicingSrv.Client.createPaymentAdjustment(String id,
String payment_id,
InvoicePaymentAdjustmentParams params) |
|
InvoicePaymentAdjustment |
InvoicingSrv.Iface.createPaymentAdjustment(String id,
String payment_id,
InvoicePaymentAdjustmentParams params) |
Создать поправку к платежу.
|
InvoicePayment |
InvoicingSrv.Client.getPayment(String id,
String payment_id) |
|
InvoicePayment |
InvoicingSrv.Iface.getPayment(String id,
String payment_id) |
|
InvoicePaymentAdjustment |
InvoicingSrv.Client.getPaymentAdjustment(String id,
String payment_id,
String adjustment_id) |
|
InvoicePaymentAdjustment |
InvoicingSrv.Iface.getPaymentAdjustment(String id,
String payment_id,
String adjustment_id) |
|
InvoicePaymentChargeback |
InvoicingSrv.Client.getPaymentChargeback(String id,
String payment_id,
String chargeback_id) |
|
InvoicePaymentChargeback |
InvoicingSrv.Iface.getPaymentChargeback(String id,
String payment_id,
String chargeback_id) |
Найти чарджбэк
|
InvoicePaymentRefund |
InvoicingSrv.Client.getPaymentRefund(String id,
String payment_id,
String refund_id) |
|
InvoicePaymentRefund |
InvoicingSrv.Iface.getPaymentRefund(String id,
String payment_id,
String refund_id) |
|
Void |
InvoicingSrv.AsyncClient.AcceptChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CancelChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CancelPayment_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CancelPaymentAdjustment_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CapturePayment_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CapturePaymentAdjustment_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.CapturePaymentNew_call.getResult() |
|
InvoicePaymentChargeback |
InvoicingSrv.AsyncClient.CreateChargeback_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult() |
|
InvoicePaymentAdjustment |
InvoicingSrv.AsyncClient.CreatePaymentAdjustment_call.getResult() |
|
InvoicePayment |
InvoicingSrv.AsyncClient.GetPayment_call.getResult() |
|
InvoicePaymentAdjustment |
InvoicingSrv.AsyncClient.GetPaymentAdjustment_call.getResult() |
|
InvoicePaymentChargeback |
InvoicingSrv.AsyncClient.GetPaymentChargeback_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.GetPaymentRefund_call.getResult() |
|
InvoicePaymentRefund |
InvoicingSrv.AsyncClient.RefundPayment_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.RejectChargeback_call.getResult() |
|
Void |
InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult() |
|
void |
InvoicingSrv.Client.recvAcceptChargeback() |
|
void |
InvoicingSrv.Client.recvCancelChargeback() |
|
void |
InvoicingSrv.Client.recvCancelPayment() |
|
void |
InvoicingSrv.Client.recvCancelPaymentAdjustment() |
|
void |
InvoicingSrv.Client.recvCapturePayment() |
|
void |
InvoicingSrv.Client.recvCapturePaymentAdjustment() |
|
void |
InvoicingSrv.Client.recvCapturePaymentNew() |
|
InvoicePaymentChargeback |
InvoicingSrv.Client.recvCreateChargeback() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvCreateManualRefund() |
|
InvoicePaymentAdjustment |
InvoicingSrv.Client.recvCreatePaymentAdjustment() |
|
InvoicePayment |
InvoicingSrv.Client.recvGetPayment() |
|
InvoicePaymentAdjustment |
InvoicingSrv.Client.recvGetPaymentAdjustment() |
|
InvoicePaymentChargeback |
InvoicingSrv.Client.recvGetPaymentChargeback() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvGetPaymentRefund() |
|
InvoicePaymentRefund |
InvoicingSrv.Client.recvRefundPayment() |
|
void |
InvoicingSrv.Client.recvRejectChargeback() |
|
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.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 InvoicePaymentNotFound
| 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) |
|
CancelPayment_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
InvalidRequest ex5,
OperationNotPermitted ex6,
InvalidPartyStatus ex7,
InvalidShopStatus ex8) |
|
CancelPaymentAdjustment_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentAdjustmentNotFound ex4,
InvalidPaymentAdjustmentStatus ex5) |
|
CapturePayment_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
InvalidRequest ex5,
OperationNotPermitted ex6,
InvalidPartyStatus ex7,
InvalidShopStatus ex8,
InconsistentCaptureCurrency ex9,
AmountExceededCaptureBalance ex10,
AllocationNotAllowed ex11,
AllocationExceededPaymentAmount ex12,
AllocationInvalidTransaction ex13) |
|
CapturePaymentAdjustment_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentAdjustmentNotFound ex4,
InvalidPaymentAdjustmentStatus ex5) |
|
CapturePaymentNew_result(InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
InvalidRequest ex5,
OperationNotPermitted ex6,
InvalidPartyStatus ex7,
InvalidShopStatus ex8,
InconsistentCaptureCurrency ex9,
AmountExceededCaptureBalance ex10,
AllocationNotAllowed ex11,
AllocationExceededPaymentAmount ex12,
AllocationInvalidTransaction ex13) |
|
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) |
|
CreatePaymentAdjustment_result(InvoicePaymentAdjustment success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
InvoicePaymentAdjustmentPending ex5,
InvalidPaymentTargetStatus ex6,
InvoicePaymentAlreadyHasStatus ex7,
InvalidRequest ex8) |
|
GetPayment_result(InvoicePayment success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3) |
|
GetPaymentAdjustment_result(InvoicePaymentAdjustment success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentAdjustmentNotFound ex4) |
|
GetPaymentChargeback_result(InvoicePaymentChargeback success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentChargebackNotFound ex4) |
|
GetPaymentRefund_result(InvoicePaymentRefund success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentRefundNotFound ex4) |
|
InvoicePaymentNotFound(InvoicePaymentNotFound 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) |
|
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) |
|