public class

GetBillingAgreementCustomerDetailsRequestType

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

Class Overview

Java class for GetBillingAgreementCustomerDetailsRequestType complex type.

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

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

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