Class PayPalCaptureAuthRequest

  • All Implemented Interfaces:
    PayPalRequest

    public class PayPalCaptureAuthRequest
    extends AbstractPayPalRequest<com.paypal.payments.Capture,​com.paypal.payments.AuthorizationsCaptureRequest>
    Request object used to capture an authorization when doing auth immediately but delaying capture until later (such as until after fulfillment). To capture the order immediately, use PayPalCaptureOrderRequest.
    Author:
    Nathan Moore
    • Constructor Detail

      • PayPalCaptureAuthRequest

        public PayPalCaptureAuthRequest​(PayPalClientProvider clientProvider,
                                        com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest,
                                        com.paypal.payments.CaptureRequest captureRequest,
                                        String authId)