public class

GetBoardingDetailsRequestType

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

Class Overview

Java class for GetBoardingDetailsRequestType complex type.

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

 <complexType name="GetBoardingDetailsRequestType">
   <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
GetBoardingDetailsRequestType()
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 GetBoardingDetailsRequestType ()

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