urn.ebay.api.PayPalAPI
Class SetMobileCheckoutResponseType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractResponseType
      extended by urn.ebay.api.PayPalAPI.SetMobileCheckoutResponseType

public class SetMobileCheckoutResponseType
extends AbstractResponseType

A timestamped token by which you identify to PayPal that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters


Constructor Summary
SetMobileCheckoutResponseType()
          Default Constructor
SetMobileCheckoutResponseType(Node node)
           
 
Method Summary
 String getToken()
          Getter for token
 void setToken(String token)
          Setter for token
 
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
 

Constructor Detail

SetMobileCheckoutResponseType

public SetMobileCheckoutResponseType()
Default Constructor


SetMobileCheckoutResponseType

public SetMobileCheckoutResponseType(Node node)
                              throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token



Copyright © 2013. All Rights Reserved.