Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackCannotReopenAfterArbitration
Packages that use InvoicePaymentChargebackCannotReopenAfterArbitration
-
Uses of InvoicePaymentChargebackCannotReopenAfterArbitration in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackCannotReopenAfterArbitrationMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackCannotReopenAfterArbitrationModifier and TypeMethodDescriptionInvoicePaymentChargebackCannotReopenAfterArbitration.deepCopy()InvoicingSrv.ReopenChargeback_result.getEx13()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCannotReopenAfterArbitrationModifier and TypeMethodDescriptionintInvoicePaymentChargebackCannotReopenAfterArbitration.compareTo(InvoicePaymentChargebackCannotReopenAfterArbitration other) booleanInvoicePaymentChargebackCannotReopenAfterArbitration.equals(InvoicePaymentChargebackCannotReopenAfterArbitration that) InvoicingSrv.ReopenChargeback_result.setEx13(InvoicePaymentChargebackCannotReopenAfterArbitration ex13) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentChargebackCannotReopenAfterArbitrationModifier and TypeMethodDescriptionInvoicingSrv.AsyncClient.ReopenChargeback_call.getResult()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 InvoicePaymentChargebackCannotReopenAfterArbitrationModifierConstructorDescriptionInvoicePaymentChargebackCannotReopenAfterArbitration(InvoicePaymentChargebackCannotReopenAfterArbitration other) 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)