public class

GetRecurringPaymentsProfileDetailsResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.GetRecurringPaymentsProfileDetailsResponseType

Class Overview

Java class for GetRecurringPaymentsProfileDetailsResponseType complex type.

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

 <complexType name="GetRecurringPaymentsProfileDetailsResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}GetRecurringPaymentsProfileDetailsResponseDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetRecurringPaymentsProfileDetailsResponseDetailsType getRecurringPaymentsProfileDetailsResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetRecurringPaymentsProfileDetailsResponseType()
Public Methods
GetRecurringPaymentsProfileDetailsResponseDetailsType getGetRecurringPaymentsProfileDetailsResponseDetails()
Gets the value of the getRecurringPaymentsProfileDetailsResponseDetails property.
void setGetRecurringPaymentsProfileDetailsResponseDetails(GetRecurringPaymentsProfileDetailsResponseDetailsType value)
Sets the value of the getRecurringPaymentsProfileDetailsResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected GetRecurringPaymentsProfileDetailsResponseDetailsType getRecurringPaymentsProfileDetailsResponseDetails

Public Constructors

public GetRecurringPaymentsProfileDetailsResponseType ()

Public Methods

public GetRecurringPaymentsProfileDetailsResponseDetailsType getGetRecurringPaymentsProfileDetailsResponseDetails ()

Gets the value of the getRecurringPaymentsProfileDetailsResponseDetails property.

public void setGetRecurringPaymentsProfileDetailsResponseDetails (GetRecurringPaymentsProfileDetailsResponseDetailsType value)

Sets the value of the getRecurringPaymentsProfileDetailsResponseDetails property.

Parameters
value Allowed object is GetRecurringPaymentsProfileDetailsResponseDetailsType