Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackInvalidStage
Packages that use InvoicePaymentChargebackInvalidStage
-
Uses of InvoicePaymentChargebackInvalidStage in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackInvalidStageModifier and TypeFieldDescriptionInvoicingSrv.ReopenChargeback_result.ex14InvoicingSrv.CancelChargeback_result.ex15Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackInvalidStageModifier and TypeMethodDescriptionInvoicePaymentChargebackInvalidStage.deepCopy()InvoicingSrv.ReopenChargeback_result.getEx14()InvoicingSrv.CancelChargeback_result.getEx15()InvoicePaymentChargebackInvalidStage.setStage(InvoicePaymentChargebackStage stage) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackInvalidStageModifier and TypeMethodDescriptionintInvoicePaymentChargebackInvalidStage.compareTo(InvoicePaymentChargebackInvalidStage other) booleanInvoicePaymentChargebackInvalidStage.equals(InvoicePaymentChargebackInvalidStage that) InvoicingSrv.ReopenChargeback_result.setEx14(InvoicePaymentChargebackInvalidStage ex14) InvoicingSrv.CancelChargeback_result.setEx15(InvoicePaymentChargebackInvalidStage ex15) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackInvalidStageModifier and TypeMethodDescriptionvoidInvoicingSrv.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.AsyncClient.CancelChargeback_call.getResult()InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult()voidInvoicingSrv.Client.recvCancelChargeback()voidInvoicingSrv.Client.recvReopenChargeback()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 InvoicePaymentChargebackInvalidStageModifierConstructorDescriptionCancelChargeback_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentChargebackNotFound ex4, InvoicePaymentChargebackInvalidStatus ex11, InvoicePaymentChargebackInvalidStage ex15) Performs a deep copy on other.ReopenChargeback_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentChargebackNotFound ex4, OperationNotPermitted ex6, InvoicePaymentAmountExceeded ex8, InconsistentChargebackCurrency ex9, InvoicePaymentChargebackInvalidStatus ex11, InvalidContractStatus ex12, InvoicePaymentChargebackCannotReopenAfterArbitration ex13, InvoicePaymentChargebackInvalidStage ex14)