Class AbstractPayPalResponse<T>
java.lang.Object
com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalResponse<T>
- Type Parameters:
T- The type of the response body
- All Implemented Interfaces:
PayPalResponse
- Direct Known Subclasses:
PayPalAuthorizationRetrievalResponse,PayPalAuthorizeResponse,PayPalCaptureAuthResponse,PayPalCaptureOrderResponse,PayPalCreateOrderResponse,PayPalOrderRetrievalResponse,PayPalRefundResponse,PayPalUpdateOrderResponse,PayPalVoidAuthResponse
Represents a wrapper around the response that results from an executed
AbstractPayPalRequest.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractPayPalResponse
-
-
Method Details
-
getContent
The response content.
-