PaymentResult |
PaymentClient.capturePayment(AuthHeader authHeader,
Long id) |
PaymentResult |
PaymentClient.capturePayment(AuthHeader authHeader,
Long id,
CapturePayment capturePayment) |
PaymentResult |
IGPConnector.capturePayment(Long id) |
PaymentResult |
AbstractGPConnector.capturePayment(Long id) |
PaymentResult |
IGPConnector.capturePayment(Long id,
CapturePayment capturePayment) |
PaymentResult |
AbstractGPConnector.capturePayment(Long id,
CapturePayment capturePayment) |
PaymentResult |
PaymentClient.refundPayment(AuthHeader authHeader,
Long id,
Long amount) |
PaymentResult |
PaymentClient.refundPayment(AuthHeader authHeader,
Long id,
RefundPayment refundPayment) |
PaymentResult |
IGPConnector.refundPayment(Long id,
Long amount) |
PaymentResult |
AbstractGPConnector.refundPayment(Long id,
Long amount) |
PaymentResult |
IGPConnector.refundPayment(Long id,
RefundPayment refundPayment) |
PaymentResult |
AbstractGPConnector.refundPayment(Long id,
RefundPayment refundPayment) |
PaymentResult |
PaymentClient.voidAuthorization(AuthHeader authHeader,
Long id) |
PaymentResult |
IGPConnector.voidAuthorization(Long id) |
PaymentResult |
AbstractGPConnector.voidAuthorization(Long id) |
PaymentResult |
PaymentClient.voidRecurrence(AuthHeader authHeader,
Long id) |
PaymentResult |
IGPConnector.voidRecurrency(Long id) |
PaymentResult |
AbstractGPConnector.voidRecurrency(Long id) |