Uses of Class
dev.vality.damsel.payment_processing.InsufficientAccountBalance
Packages that use InsufficientAccountBalance
-
Uses of InsufficientAccountBalance in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InsufficientAccountBalanceModifier and TypeFieldDescriptionInvoicingSrv.CreateChargeback_result.ex7InvoicingSrv.CreateManualRefund_result.ex7InvoicingSrv.RefundPayment_result.ex7Methods in dev.vality.damsel.payment_processing that return InsufficientAccountBalanceModifier and TypeMethodDescriptionInsufficientAccountBalance.deepCopy()InvoicingSrv.CreateChargeback_result.getEx7()InvoicingSrv.CreateManualRefund_result.getEx7()InvoicingSrv.RefundPayment_result.getEx7()Methods in dev.vality.damsel.payment_processing with parameters of type InsufficientAccountBalanceModifier and TypeMethodDescriptionintInsufficientAccountBalance.compareTo(InsufficientAccountBalance other) booleanInsufficientAccountBalance.equals(InsufficientAccountBalance that) InvoicingSrv.CreateChargeback_result.setEx7(InsufficientAccountBalance ex7) InvoicingSrv.CreateManualRefund_result.setEx7(InsufficientAccountBalance ex7) InvoicingSrv.RefundPayment_result.setEx7(InsufficientAccountBalance ex7) Methods in dev.vality.damsel.payment_processing that throw InsufficientAccountBalanceModifier and TypeMethodDescriptionInvoicingSrv.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.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()InvoicingSrv.Client.recvCreateChargeback()InvoicingSrv.Client.recvCreateManualRefund()InvoicingSrv.Client.recvRefundPayment()InvoicingSrv.Client.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) Сделать возврат платежа.Constructors in dev.vality.damsel.payment_processing with parameters of type InsufficientAccountBalanceModifierConstructorDescriptionCreateChargeback_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)