public class

ManageRecurringPaymentsProfileStatusResponseType

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

Class Overview

Java class for ManageRecurringPaymentsProfileStatusResponseType complex type.

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

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

Summary

Fields
protected ManageRecurringPaymentsProfileStatusResponseDetailsType manageRecurringPaymentsProfileStatusResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
ManageRecurringPaymentsProfileStatusResponseType()
Public Methods
ManageRecurringPaymentsProfileStatusResponseDetailsType getManageRecurringPaymentsProfileStatusResponseDetails()
Gets the value of the manageRecurringPaymentsProfileStatusResponseDetails property.
void setManageRecurringPaymentsProfileStatusResponseDetails(ManageRecurringPaymentsProfileStatusResponseDetailsType value)
Sets the value of the manageRecurringPaymentsProfileStatusResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected ManageRecurringPaymentsProfileStatusResponseDetailsType manageRecurringPaymentsProfileStatusResponseDetails

Public Constructors

public ManageRecurringPaymentsProfileStatusResponseType ()

Public Methods

public ManageRecurringPaymentsProfileStatusResponseDetailsType getManageRecurringPaymentsProfileStatusResponseDetails ()

Gets the value of the manageRecurringPaymentsProfileStatusResponseDetails property.

public void setManageRecurringPaymentsProfileStatusResponseDetails (ManageRecurringPaymentsProfileStatusResponseDetailsType value)

Sets the value of the manageRecurringPaymentsProfileStatusResponseDetails property.

Parameters
value Allowed object is ManageRecurringPaymentsProfileStatusResponseDetailsType