Uses of Class
dev.vality.damsel.payment_processing.InvalidPaymentStatus
Packages that use InvalidPaymentStatus
-
Uses of InvalidPaymentStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvalidPaymentStatusModifier and TypeFieldDescriptionInvoicingSrv.CancelPayment_result.ex4InvoicingSrv.CapturePayment_result.ex4InvoicingSrv.CapturePaymentNew_result.ex4InvoicingSrv.CreateChargeback_result.ex4InvoicingSrv.CreateManualRefund_result.ex4InvoicingSrv.CreatePaymentAdjustment_result.ex4InvoicingSrv.RefundPayment_result.ex4Methods in dev.vality.damsel.payment_processing that return InvalidPaymentStatusModifier and TypeMethodDescriptionInvalidPaymentStatus.deepCopy()InvoicingSrv.CancelPayment_result.getEx4()InvoicingSrv.CapturePayment_result.getEx4()InvoicingSrv.CapturePaymentNew_result.getEx4()InvoicingSrv.CreateChargeback_result.getEx4()InvoicingSrv.CreateManualRefund_result.getEx4()InvoicingSrv.CreatePaymentAdjustment_result.getEx4()InvoicingSrv.RefundPayment_result.getEx4()InvalidPaymentStatus.setStatus(InvoicePaymentStatus status) Methods in dev.vality.damsel.payment_processing with parameters of type InvalidPaymentStatusModifier and TypeMethodDescriptionintInvalidPaymentStatus.compareTo(InvalidPaymentStatus other) booleanInvalidPaymentStatus.equals(InvalidPaymentStatus that) InvoicingSrv.CancelPayment_result.setEx4(InvalidPaymentStatus ex4) InvoicingSrv.CapturePayment_result.setEx4(InvalidPaymentStatus ex4) InvoicingSrv.CapturePaymentNew_result.setEx4(InvalidPaymentStatus ex4) InvoicingSrv.CreateChargeback_result.setEx4(InvalidPaymentStatus ex4) InvoicingSrv.CreateManualRefund_result.setEx4(InvalidPaymentStatus ex4) InvoicingSrv.CreatePaymentAdjustment_result.setEx4(InvalidPaymentStatus ex4) InvoicingSrv.RefundPayment_result.setEx4(InvalidPaymentStatus ex4) Methods in dev.vality.damsel.payment_processing that throw InvalidPaymentStatusModifier and TypeMethodDescriptionvoidInvoicingSrv.Client.cancelPayment(String id, String payment_id, String reason) voidInvoicingSrv.Iface.cancelPayment(String id, String payment_id, String reason) 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) 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.Client.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) InvoicingSrv.Iface.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) Создать поправку к платежу.InvoicingSrv.AsyncClient.CancelPayment_call.getResult()InvoicingSrv.AsyncClient.CapturePayment_call.getResult()InvoicingSrv.AsyncClient.CapturePaymentNew_call.getResult()InvoicingSrv.AsyncClient.CreateChargeback_call.getResult()InvoicingSrv.AsyncClient.CreateManualRefund_call.getResult()InvoicingSrv.AsyncClient.CreatePaymentAdjustment_call.getResult()InvoicingSrv.AsyncClient.RefundPayment_call.getResult()voidInvoicingSrv.Client.recvCancelPayment()voidInvoicingSrv.Client.recvCapturePayment()voidInvoicingSrv.Client.recvCapturePaymentNew()InvoicingSrv.Client.recvCreateChargeback()InvoicingSrv.Client.recvCreateManualRefund()InvoicingSrv.Client.recvCreatePaymentAdjustment()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 InvalidPaymentStatusModifierConstructorDescriptionCancelPayment_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvalidRequest ex5, OperationNotPermitted ex6, InvalidPartyStatus ex7, InvalidShopStatus ex8) 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) 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) CreatePaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvoicePaymentAdjustmentPending ex5, InvalidPaymentTargetStatus ex6, InvoicePaymentAlreadyHasStatus ex7, InvalidRequest ex8) 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)