Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackNotFound
Packages that use InvoicePaymentChargebackNotFound
-
Uses of InvoicePaymentChargebackNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackNotFoundModifier and TypeFieldDescriptionInvoicingSrv.AcceptChargeback_result.ex4InvoicingSrv.CancelChargeback_result.ex4InvoicingSrv.GetPaymentChargeback_result.ex4InvoicingSrv.RejectChargeback_result.ex4InvoicingSrv.ReopenChargeback_result.ex4Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackNotFoundModifier and TypeMethodDescriptionInvoicePaymentChargebackNotFound.deepCopy()InvoicingSrv.AcceptChargeback_result.getEx4()InvoicingSrv.CancelChargeback_result.getEx4()InvoicingSrv.GetPaymentChargeback_result.getEx4()InvoicingSrv.RejectChargeback_result.getEx4()InvoicingSrv.ReopenChargeback_result.getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackNotFoundModifier and TypeMethodDescriptionintInvoicePaymentChargebackNotFound.compareTo(InvoicePaymentChargebackNotFound other) booleanInvoicePaymentChargebackNotFound.equals(InvoicePaymentChargebackNotFound that) InvoicingSrv.AcceptChargeback_result.setEx4(InvoicePaymentChargebackNotFound ex4) InvoicingSrv.CancelChargeback_result.setEx4(InvoicePaymentChargebackNotFound ex4) InvoicingSrv.GetPaymentChargeback_result.setEx4(InvoicePaymentChargebackNotFound ex4) InvoicingSrv.RejectChargeback_result.setEx4(InvoicePaymentChargebackNotFound ex4) InvoicingSrv.ReopenChargeback_result.setEx4(InvoicePaymentChargebackNotFound ex4) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackNotFoundModifier and TypeMethodDescriptionvoidInvoicingSrv.Client.acceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params) voidInvoicingSrv.Iface.acceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params) Принять чарджбэкvoidInvoicingSrv.Client.cancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params) voidInvoicingSrv.Iface.cancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params) Отмена чарджбэка.InvoicingSrv.Client.getPaymentChargeback(String id, String payment_id, String chargeback_id) InvoicingSrv.Iface.getPaymentChargeback(String id, String payment_id, String chargeback_id) Найти чарджбэкInvoicingSrv.AsyncClient.AcceptChargeback_call.getResult()InvoicingSrv.AsyncClient.CancelChargeback_call.getResult()InvoicingSrv.AsyncClient.GetPaymentChargeback_call.getResult()InvoicingSrv.AsyncClient.RejectChargeback_call.getResult()InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult()voidInvoicingSrv.Client.recvAcceptChargeback()voidInvoicingSrv.Client.recvCancelChargeback()InvoicingSrv.Client.recvGetPaymentChargeback()voidInvoicingSrv.Client.recvRejectChargeback()voidInvoicingSrv.Client.recvReopenChargeback()voidInvoicingSrv.Client.rejectChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackRejectParams params) voidInvoicingSrv.Iface.rejectChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackRejectParams params) Отклонить чарджбэкvoidInvoicingSrv.Client.reopenChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackReopenParams params) voidInvoicingSrv.Iface.reopenChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackReopenParams params) Открыть чарджбэк заново.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackNotFoundModifierConstructorDescriptionAcceptChargeback_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) 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)