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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PayPalResponse
execute()
Executes this request if valid.
-
-
-
Method Detail
-
execute
PayPalResponse execute()
Executes this request if valid.- Returns:
- The
AbstractPayPalResponse
wrapper 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.
-
-