public class

CreateBillingAgreementReq

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

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}CreateBillingAgreementRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CreateBillingAgreementRequestType createBillingAgreementRequest
Public Constructors
CreateBillingAgreementReq()
Public Methods
CreateBillingAgreementRequestType getCreateBillingAgreementRequest()
Gets the value of the createBillingAgreementRequest property.
void setCreateBillingAgreementRequest(CreateBillingAgreementRequestType value)
Sets the value of the createBillingAgreementRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CreateBillingAgreementRequestType createBillingAgreementRequest

Public Constructors

public CreateBillingAgreementReq ()

Public Methods

public CreateBillingAgreementRequestType getCreateBillingAgreementRequest ()

Gets the value of the createBillingAgreementRequest property.

Returns

public void setCreateBillingAgreementRequest (CreateBillingAgreementRequestType value)

Sets the value of the createBillingAgreementRequest property.

Parameters
value Allowed object is CreateBillingAgreementRequestType