Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAmountExceeded
Packages that use InvoicePaymentAmountExceeded
-
Uses of InvoicePaymentAmountExceeded in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAmountExceededModifier and TypeFieldDescriptionInvoicingSrv.AcceptChargeback_result.ex8InvoicingSrv.CreateChargeback_result.ex8InvoicingSrv.CreateManualRefund_result.ex8InvoicingSrv.ReopenChargeback_result.ex8InvoicingSrv.RefundPayment_result.ex9Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAmountExceededModifier and TypeMethodDescriptionInvoicePaymentAmountExceeded.deepCopy()InvoicingSrv.AcceptChargeback_result.getEx8()InvoicingSrv.CreateChargeback_result.getEx8()InvoicingSrv.CreateManualRefund_result.getEx8()InvoicingSrv.ReopenChargeback_result.getEx8()InvoicingSrv.RefundPayment_result.getEx9()InvoicePaymentAmountExceeded.setMaximum(Cash maximum) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAmountExceededModifier and TypeMethodDescriptionintInvoicePaymentAmountExceeded.compareTo(InvoicePaymentAmountExceeded other) booleanInvoicePaymentAmountExceeded.equals(InvoicePaymentAmountExceeded that) InvoicingSrv.AcceptChargeback_result.setEx8(InvoicePaymentAmountExceeded ex8) InvoicingSrv.CreateChargeback_result.setEx8(InvoicePaymentAmountExceeded ex8) InvoicingSrv.CreateManualRefund_result.setEx8(InvoicePaymentAmountExceeded ex8) InvoicingSrv.ReopenChargeback_result.setEx8(InvoicePaymentAmountExceeded ex8) InvoicingSrv.RefundPayment_result.setEx9(InvoicePaymentAmountExceeded ex9) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAmountExceededModifier 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.Client.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) Сделать ручной возврат.InvoicingSrv.AsyncClient.AcceptChargeback_call.getResult()InvoicingSrv.AsyncClient.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()InvoicingSrv.AsyncClient.ReopenChargeback_call.getResult()voidInvoicingSrv.Client.recvAcceptChargeback()InvoicingSrv.Client.recvCreateChargeback()InvoicingSrv.Client.recvCreateManualRefund()InvoicingSrv.Client.recvRefundPayment()voidInvoicingSrv.Client.recvReopenChargeback()InvoicingSrv.Client.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams 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 InvoicePaymentAmountExceededModifierConstructorDescriptionAcceptChargeback_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) CreateManualRefund_result(InvoicePaymentRefund success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvoicePaymentAmountExceeded ex8, InconsistentRefundCurrency ex9, InvalidPartyStatus ex10, InvalidShopStatus ex11, InvalidContractStatus ex12, InvalidRequest ex13, InvoicePaymentChargebackPending ex14, AllocationNotAllowed ex15, AllocationExceededPaymentAmount ex16, AllocationInvalidTransaction ex17, AllocationNotFound ex18) Performs a deep copy on other.RefundPayment_result(InvoicePaymentRefund success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, OperationNotPermitted ex6, InsufficientAccountBalance ex7, InvalidRequest ex8, InvoicePaymentAmountExceeded ex9, InconsistentRefundCurrency ex10, InvalidPartyStatus ex11, InvalidShopStatus ex12, InvalidContractStatus ex13, InvoicePaymentChargebackPending ex14, AllocationNotAllowed ex15, AllocationExceededPaymentAmount ex16, AllocationInvalidTransaction ex17, AllocationNotFound ex18) ReopenChargeback_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentChargebackNotFound ex4, OperationNotPermitted ex6, InvoicePaymentAmountExceeded ex8, InconsistentChargebackCurrency ex9, InvoicePaymentChargebackInvalidStatus ex11, InvalidContractStatus ex12, InvoicePaymentChargebackCannotReopenAfterArbitration ex13, InvoicePaymentChargebackInvalidStage ex14)