urn.ebay.api.PayPalAPI
Class GetExpressCheckoutDetailsRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.GetExpressCheckoutDetailsRequestType

public class GetExpressCheckoutDetailsRequestType
extends AbstractRequestType

A timestamped token, the value of which was returned by SetExpressCheckoutResponse. RequiredCharacter length and limitations: 20 single-byte characters


Constructor Summary
GetExpressCheckoutDetailsRequestType()
          Default Constructor
GetExpressCheckoutDetailsRequestType(String token)
          Constructor with arguments
 
Method Summary
 String getToken()
          Getter for token
 void setToken(String token)
          Setter for token
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetExpressCheckoutDetailsRequestType

public GetExpressCheckoutDetailsRequestType(String token)
Constructor with arguments


GetExpressCheckoutDetailsRequestType

public GetExpressCheckoutDetailsRequestType()
Default Constructor

Method Detail

getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2012. All Rights Reserved.