Interface PayPalRequest
- All Known Implementing Classes:
AbstractPayPalRequest,PayPalAuthorizationRetrievalRequest,PayPalAuthorizeRequest,PayPalCaptureAuthRequest,PayPalCaptureOrderRequest,PayPalCreateOrderRequest,PayPalOrderRetrievalRequest,PayPalRefundRequest,PayPalUpdateOrderRequest,PayPalVoidAuthRequest
public interface PayPalRequest
- Author:
- Nathan Moore (nathandmoore)
-
Method Summary
-
Method Details
-
execute
PayPalResponse execute()Executes this request if valid.- Returns:
- The
AbstractPayPalResponsewrapper around the response from PayPal. - Throws:
PayPalProviderApiException- if the PayPal REST APIs return an error responsePayPalInvalidRequestStateException- if the request could not be made because of invalid state.
-