Uses of Class
dev.vality.damsel.payment_processing.AllocationExceededPaymentAmount
Packages that use AllocationExceededPaymentAmount
-
Uses of AllocationExceededPaymentAmount in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as AllocationExceededPaymentAmountModifier and TypeFieldDescriptionInvoicingSrv.Create_result.ex10InvoicingSrv.CapturePayment_result.ex12InvoicingSrv.CapturePaymentNew_result.ex12InvoicingSrv.CreateManualRefund_result.ex16InvoicingSrv.RefundPayment_result.ex16Methods in dev.vality.damsel.payment_processing that return AllocationExceededPaymentAmountModifier and TypeMethodDescriptionAllocationExceededPaymentAmount.deepCopy()InvoicingSrv.Create_result.getEx10()InvoicingSrv.CapturePayment_result.getEx12()InvoicingSrv.CapturePaymentNew_result.getEx12()InvoicingSrv.CreateManualRefund_result.getEx16()InvoicingSrv.RefundPayment_result.getEx16()Methods in dev.vality.damsel.payment_processing with parameters of type AllocationExceededPaymentAmountModifier and TypeMethodDescriptionintAllocationExceededPaymentAmount.compareTo(AllocationExceededPaymentAmount other) booleanAllocationExceededPaymentAmount.equals(AllocationExceededPaymentAmount that) InvoicingSrv.Create_result.setEx10(AllocationExceededPaymentAmount ex10) InvoicingSrv.CapturePayment_result.setEx12(AllocationExceededPaymentAmount ex12) InvoicingSrv.CapturePaymentNew_result.setEx12(AllocationExceededPaymentAmount ex12) InvoicingSrv.CreateManualRefund_result.setEx16(AllocationExceededPaymentAmount ex16) InvoicingSrv.RefundPayment_result.setEx16(AllocationExceededPaymentAmount ex16) Methods in dev.vality.damsel.payment_processing that throw AllocationExceededPaymentAmountModifier and TypeMethodDescriptionvoidInvoicingSrv.Client.capturePayment(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.Iface.capturePayment(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.Client.capturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.Iface.capturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params) InvoicingSrv.Client.create(InvoiceParams params) InvoicingSrv.Iface.create(InvoiceParams params) InvoicingSrv.Client.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) Сделать ручной возврат.InvoicingSrv.AsyncClient.CapturePayment_call.getResult()InvoicingSrv.AsyncClient.CapturePaymentNew_call.getResult()InvoicingSrv.AsyncClient.Create_call.getResult()InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()voidInvoicingSrv.Client.recvCapturePayment()voidInvoicingSrv.Client.recvCapturePaymentNew()InvoicingSrv.Client.recvCreate()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 AllocationExceededPaymentAmountModifierConstructorDescriptionPerforms a deep copy on other.CapturePayment_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvalidRequest ex5, OperationNotPermitted ex6, InvalidPartyStatus ex7, InvalidShopStatus ex8, InconsistentCaptureCurrency ex9, AmountExceededCaptureBalance ex10, AllocationNotAllowed ex11, AllocationExceededPaymentAmount ex12, AllocationInvalidTransaction ex13) CapturePaymentNew_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvalidRequest ex5, OperationNotPermitted ex6, InvalidPartyStatus ex7, InvalidShopStatus ex8, InconsistentCaptureCurrency ex9, AmountExceededCaptureBalance ex10, AllocationNotAllowed ex11, AllocationExceededPaymentAmount ex12, AllocationInvalidTransaction ex13) Create_result(Invoice success, InvalidRequest ex2, PartyNotFound ex3, ShopNotFound ex4, InvalidPartyStatus ex5, InvalidShopStatus ex6, InvalidContractStatus ex7, InvoiceTermsViolated ex8, AllocationNotAllowed ex9, AllocationExceededPaymentAmount ex10, AllocationInvalidTransaction ex11) 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) 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)