urn.ebay.api.PayPalAPI
Class SetExpressCheckoutResponseType
java.lang.Object
urn.ebay.apis.eBLBaseComponents.AbstractResponseType
urn.ebay.api.PayPalAPI.SetExpressCheckoutResponseType
public class SetExpressCheckoutResponseType
- extends AbstractResponseType
A timestamped token by which you identify to PayPal that you
are processing this payment with Express Checkout. The token
expires after three hours. If you set Token in the
SetExpressCheckoutRequest, the value of Token in the
response is identical to the value in the request. Character
length and limitations: 20 single-byte characters
| Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractResponseType |
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetExpressCheckoutResponseType
public SetExpressCheckoutResponseType()
- Default Constructor
SetExpressCheckoutResponseType
public SetExpressCheckoutResponseType(Node node)
throws XPathExpressionException
- Throws:
XPathExpressionException
getToken
public String getToken()
- Getter for token
setToken
public void setToken(String token)
- Setter for token
Copyright © 2013. All Rights Reserved.