public class

CreateRecurringPaymentsProfileReq

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.CreateRecurringPaymentsProfileReq

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ebay:api:PayPalAPI}CreateRecurringPaymentsProfileRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CreateRecurringPaymentsProfileRequestType createRecurringPaymentsProfileRequest
Public Constructors
CreateRecurringPaymentsProfileReq()
Public Methods
CreateRecurringPaymentsProfileRequestType getCreateRecurringPaymentsProfileRequest()
Gets the value of the createRecurringPaymentsProfileRequest property.
void setCreateRecurringPaymentsProfileRequest(CreateRecurringPaymentsProfileRequestType value)
Sets the value of the createRecurringPaymentsProfileRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CreateRecurringPaymentsProfileRequestType createRecurringPaymentsProfileRequest

Public Constructors

public CreateRecurringPaymentsProfileReq ()

Public Methods

public CreateRecurringPaymentsProfileRequestType getCreateRecurringPaymentsProfileRequest ()

Gets the value of the createRecurringPaymentsProfileRequest property.

Returns

public void setCreateRecurringPaymentsProfileRequest (CreateRecurringPaymentsProfileRequestType value)

Sets the value of the createRecurringPaymentsProfileRequest property.

Parameters
value Allowed object is CreateRecurringPaymentsProfileRequestType