public class

GetRecurringPaymentsProfileDetailsRequestType

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

Class Overview

Java class for GetRecurringPaymentsProfileDetailsRequestType complex type.

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

 <complexType name="GetRecurringPaymentsProfileDetailsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String profileID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
GetRecurringPaymentsProfileDetailsRequestType()
Public Methods
String getProfileID()
Gets the value of the profileID property.
void setProfileID(String value)
Sets the value of the profileID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String profileID

Public Constructors

public GetRecurringPaymentsProfileDetailsRequestType ()

Public Methods

public String getProfileID ()

Gets the value of the profileID property.

Returns
  • possible object is String

public void setProfileID (String value)

Sets the value of the profileID property.

Parameters
value Allowed object is String