Uses of Class
dev.vality.damsel.payment_processing.InconsistentChargebackCurrency
Packages that use InconsistentChargebackCurrency
-
Uses of InconsistentChargebackCurrency in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InconsistentChargebackCurrencyModifier and TypeFieldDescriptionInvoicingSrv.AcceptChargeback_result.ex9InvoicingSrv.CreateChargeback_result.ex9InvoicingSrv.RejectChargeback_result.ex9InvoicingSrv.ReopenChargeback_result.ex9Methods in dev.vality.damsel.payment_processing that return InconsistentChargebackCurrencyModifier and TypeMethodDescriptionInconsistentChargebackCurrency.deepCopy()InvoicingSrv.AcceptChargeback_result.getEx9()InvoicingSrv.CreateChargeback_result.getEx9()InvoicingSrv.RejectChargeback_result.getEx9()InvoicingSrv.ReopenChargeback_result.getEx9()InconsistentChargebackCurrency.setCurrency(String currency) Methods in dev.vality.damsel.payment_processing with parameters of type InconsistentChargebackCurrencyModifier and TypeMethodDescriptionintInconsistentChargebackCurrency.compareTo(InconsistentChargebackCurrency other) booleanInconsistentChargebackCurrency.equals(InconsistentChargebackCurrency that) InvoicingSrv.AcceptChargeback_result.setEx9(InconsistentChargebackCurrency ex9) InvoicingSrv.CreateChargeback_result.setEx9(InconsistentChargebackCurrency ex9) InvoicingSrv.RejectChargeback_result.setEx9(InconsistentChargebackCurrency ex9) InvoicingSrv.ReopenChargeback_result.setEx9(InconsistentChargebackCurrency ex9) Methods in dev.vality.damsel.payment_processing that throw InconsistentChargebackCurrencyModifier 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) Принять чарджбэк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.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.RejectChargeback_call.getResult()InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult()voidInvoicingSrv.Client.recvAcceptChargeback()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 InconsistentChargebackCurrencyModifierConstructorDescriptionAcceptChargeback_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) 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)