Uses of Class
dev.vality.damsel.payment_processing.AmountExceededCaptureBalance
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of AmountExceededCaptureBalance in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as AmountExceededCaptureBalance Modifier and Type Field Description AmountExceededCaptureBalanceInvoicingSrv.CapturePayment_result. ex10AmountExceededCaptureBalanceInvoicingSrv.CapturePaymentNew_result. ex10Methods in dev.vality.damsel.payment_processing that return AmountExceededCaptureBalance Modifier and Type Method Description AmountExceededCaptureBalanceAmountExceededCaptureBalance. deepCopy()AmountExceededCaptureBalanceInvoicingSrv.CapturePayment_result. getEx10()AmountExceededCaptureBalanceInvoicingSrv.CapturePaymentNew_result. getEx10()AmountExceededCaptureBalanceAmountExceededCaptureBalance. setPassedAmount(long passed_amount)AmountExceededCaptureBalanceAmountExceededCaptureBalance. setPaymentAmount(long payment_amount)Methods in dev.vality.damsel.payment_processing with parameters of type AmountExceededCaptureBalance Modifier and Type Method Description intAmountExceededCaptureBalance. compareTo(AmountExceededCaptureBalance other)booleanAmountExceededCaptureBalance. equals(AmountExceededCaptureBalance that)InvoicingSrv.CapturePayment_resultInvoicingSrv.CapturePayment_result. setEx10(AmountExceededCaptureBalance ex10)InvoicingSrv.CapturePaymentNew_resultInvoicingSrv.CapturePaymentNew_result. setEx10(AmountExceededCaptureBalance ex10)Methods in dev.vality.damsel.payment_processing that throw AmountExceededCaptureBalance Modifier and Type Method Description voidInvoicingSrv.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)VoidInvoicingSrv.AsyncClient.CapturePayment_call. getResult()VoidInvoicingSrv.AsyncClient.CapturePaymentNew_call. getResult()voidInvoicingSrv.Client. recvCapturePayment()voidInvoicingSrv.Client. recvCapturePaymentNew()Constructors in dev.vality.damsel.payment_processing with parameters of type AmountExceededCaptureBalance Constructor Description AmountExceededCaptureBalance(AmountExceededCaptureBalance other)Performs 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)