public class

CreateBillingAgreementResponseType

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

Class Overview

Java class for CreateBillingAgreementResponseType complex type.

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

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

Summary

Fields
protected String billingAgreementID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
CreateBillingAgreementResponseType()
Public Methods
String getBillingAgreementID()
Gets the value of the billingAgreementID property.
void setBillingAgreementID(String value)
Sets the value of the billingAgreementID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String billingAgreementID

Public Constructors

public CreateBillingAgreementResponseType ()

Public Methods

public String getBillingAgreementID ()

Gets the value of the billingAgreementID property.

Returns
  • possible object is String

public void setBillingAgreementID (String value)

Sets the value of the billingAgreementID property.

Parameters
value Allowed object is String