Class PayPalCaptureAuthRequest

java.lang.Object
com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalRequest<Capture>
com.broadleafcommerce.paypal.micro.domain.api.PayPalCaptureAuthRequest
All Implemented Interfaces:
PayPalRequest

public class PayPalCaptureAuthRequest extends AbstractPayPalRequest<Capture>
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