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
public abstract class AbstractPayPalResponse<T> extends Object implements PayPalResponse
Represents a wrapper around the response that results from an executedAbstractPayPalRequest.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPayPalResponse(T content)
-