Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackInvalidStatus
Packages that use InvoicePaymentChargebackInvalidStatus
-
Uses of InvoicePaymentChargebackInvalidStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackInvalidStatusModifier and TypeFieldDescriptionInvoicingSrv.AcceptChargeback_result.ex11InvoicingSrv.CancelChargeback_result.ex11InvoicingSrv.CreateChargeback_result.ex11InvoicingSrv.RejectChargeback_result.ex11InvoicingSrv.ReopenChargeback_result.ex11Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackInvalidStatusModifier and TypeMethodDescriptionInvoicePaymentChargebackInvalidStatus.deepCopy()InvoicingSrv.AcceptChargeback_result.getEx11()InvoicingSrv.CancelChargeback_result.getEx11()InvoicingSrv.CreateChargeback_result.getEx11()InvoicingSrv.RejectChargeback_result.getEx11()InvoicingSrv.ReopenChargeback_result.getEx11()InvoicePaymentChargebackInvalidStatus.setStatus(InvoicePaymentChargebackStatus status) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackInvalidStatusModifier and TypeMethodDescriptionintInvoicePaymentChargebackInvalidStatus.compareTo(InvoicePaymentChargebackInvalidStatus other) booleanInvoicePaymentChargebackInvalidStatus.equals(InvoicePaymentChargebackInvalidStatus that) InvoicingSrv.AcceptChargeback_result.setEx11(InvoicePaymentChargebackInvalidStatus ex11) InvoicingSrv.CancelChargeback_result.setEx11(InvoicePaymentChargebackInvalidStatus ex11) InvoicingSrv.CreateChargeback_result.setEx11(InvoicePaymentChargebackInvalidStatus ex11) InvoicingSrv.RejectChargeback_result.setEx11(InvoicePaymentChargebackInvalidStatus ex11) InvoicingSrv.ReopenChargeback_result.setEx11(InvoicePaymentChargebackInvalidStatus ex11) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackInvalidStatusModifier 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.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) InvoicingSrv.Iface.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) Создать чарджбэкInvoicingSrv.AsyncClient.AcceptChargeback_call.getResult()InvoicingSrv.AsyncClient.CancelChargeback_call.getResult()InvoicingSrv.AsyncClient.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.RejectChargeback_call.getResult()InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult()voidInvoicingSrv.Client.recvAcceptChargeback()voidInvoicingSrv.Client.recvCancelChargeback()InvoicingSrv.Client.recvCreateChargeback()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 InvoicePaymentChargebackInvalidStatusModifierConstructorDescriptionAcceptChargeback_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) CreateChargeback_result(InvoicePaymentChargeback success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvoicePaymentAmountExceeded ex8, InconsistentChargebackCurrency ex9, InvoicePaymentChargebackInvalidStatus ex11, InvalidContractStatus ex12, InvoicePaymentChargebackPending ex14) 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)