Uses of Class
dev.vality.damsel.payment_processing.AmountExceededCaptureBalance
Packages that use AmountExceededCaptureBalance
-
Uses of AmountExceededCaptureBalance in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as AmountExceededCaptureBalanceModifier and TypeFieldDescriptionInvoicingSrv.CapturePayment_result.ex10InvoicingSrv.CapturePaymentNew_result.ex10Methods in dev.vality.damsel.payment_processing that return AmountExceededCaptureBalanceModifier and TypeMethodDescriptionAmountExceededCaptureBalance.deepCopy()InvoicingSrv.CapturePayment_result.getEx10()InvoicingSrv.CapturePaymentNew_result.getEx10()AmountExceededCaptureBalance.setPassedAmount(long passed_amount) AmountExceededCaptureBalance.setPaymentAmount(long payment_amount) Methods in dev.vality.damsel.payment_processing with parameters of type AmountExceededCaptureBalanceModifier and TypeMethodDescriptionintAmountExceededCaptureBalance.compareTo(AmountExceededCaptureBalance other) booleanAmountExceededCaptureBalance.equals(AmountExceededCaptureBalance that) InvoicingSrv.CapturePayment_result.setEx10(AmountExceededCaptureBalance ex10) InvoicingSrv.CapturePaymentNew_result.setEx10(AmountExceededCaptureBalance ex10) Methods in dev.vality.damsel.payment_processing that throw AmountExceededCaptureBalanceModifier 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.AsyncClient.CapturePayment_call.getResult()InvoicingSrv.AsyncClient.CapturePaymentNew_call.getResult()voidInvoicingSrv.Client.recvCapturePayment()voidInvoicingSrv.Client.recvCapturePaymentNew()Constructors in dev.vality.damsel.payment_processing with parameters of type AmountExceededCaptureBalanceModifierConstructorDescriptionPerforms 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)