public class

GetExpressCheckoutDetailsRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.GetExpressCheckoutDetailsRequestType

Class Overview

Java class for GetExpressCheckoutDetailsRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetExpressCheckoutDetailsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String token
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
GetExpressCheckoutDetailsRequestType()
Public Methods
String getToken()
Gets the value of the token property.
void setToken(String value)
Sets the value of the token property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String token

Public Constructors

public GetExpressCheckoutDetailsRequestType ()

Public Methods

public String getToken ()

Gets the value of the token property.

Returns
  • possible object is String

public void setToken (String value)

Sets the value of the token property.

Parameters
value Allowed object is String