public class

GetBillingAgreementCustomerDetailsResponseType

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

Class Overview

Java class for GetBillingAgreementCustomerDetailsResponseType complex type.

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

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

Summary

Fields
protected GetBillingAgreementCustomerDetailsResponseDetailsType getBillingAgreementCustomerDetailsResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetBillingAgreementCustomerDetailsResponseType()
Public Methods
GetBillingAgreementCustomerDetailsResponseDetailsType getGetBillingAgreementCustomerDetailsResponseDetails()
Gets the value of the getBillingAgreementCustomerDetailsResponseDetails property.
void setGetBillingAgreementCustomerDetailsResponseDetails(GetBillingAgreementCustomerDetailsResponseDetailsType value)
Sets the value of the getBillingAgreementCustomerDetailsResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected GetBillingAgreementCustomerDetailsResponseDetailsType getBillingAgreementCustomerDetailsResponseDetails

Public Constructors

public GetBillingAgreementCustomerDetailsResponseType ()

Public Methods

public GetBillingAgreementCustomerDetailsResponseDetailsType getGetBillingAgreementCustomerDetailsResponseDetails ()

Gets the value of the getBillingAgreementCustomerDetailsResponseDetails property.

public void setGetBillingAgreementCustomerDetailsResponseDetails (GetBillingAgreementCustomerDetailsResponseDetailsType value)

Sets the value of the getBillingAgreementCustomerDetailsResponseDetails property.

Parameters
value Allowed object is GetBillingAgreementCustomerDetailsResponseDetailsType