Package paypal.payflow
Class ExpressCheckoutResponse
java.lang.Object
paypal.payflow.BaseResponseDataObject
paypal.payflow.ExpressCheckoutResponse
- Direct Known Subclasses:
ECDoResponse,ECGetResponse,ECUpdateResponse
This class serves as base class of all ExpressCheckout response classes.
Each response object is associated with a particular type of expressCheckout operation.
Following are the request objects associated with different operations of ExpressCheckout:
ExpressCheckout operation. Request data object
SET operation for ExpressCheckout ExpressCheckoutResponse
GET operation for ExpressCheckout ECGetResponse
DO operation for ExpressCheckout ECDoResponse
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class paypal.payflow.BaseResponseDataObject
setParams
-
Constructor Details
-
ExpressCheckoutResponse
protected ExpressCheckoutResponse()
-
-
Method Details
-
getToken
Gets the token parameter.- Returns:
- - String
Maps to Payflow Parameter: TOKEN
-
setParams
- Overrides:
setParamsin classBaseResponseDataObject
-