public class

SetCustomerBillingAgreementRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.SetCustomerBillingAgreementRequestType

Class Overview

Java class for SetCustomerBillingAgreementRequestType complex type.

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

 <complexType name="SetCustomerBillingAgreementRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}SetCustomerBillingAgreementRequestDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SetCustomerBillingAgreementRequestDetailsType setCustomerBillingAgreementRequestDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
SetCustomerBillingAgreementRequestType()
Public Methods
SetCustomerBillingAgreementRequestDetailsType getSetCustomerBillingAgreementRequestDetails()
Gets the value of the setCustomerBillingAgreementRequestDetails property.
void setSetCustomerBillingAgreementRequestDetails(SetCustomerBillingAgreementRequestDetailsType value)
Sets the value of the setCustomerBillingAgreementRequestDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected SetCustomerBillingAgreementRequestDetailsType setCustomerBillingAgreementRequestDetails

Public Constructors

public SetCustomerBillingAgreementRequestType ()

Public Methods

public SetCustomerBillingAgreementRequestDetailsType getSetCustomerBillingAgreementRequestDetails ()

Gets the value of the setCustomerBillingAgreementRequestDetails property.

public void setSetCustomerBillingAgreementRequestDetails (SetCustomerBillingAgreementRequestDetailsType value)

Sets the value of the setCustomerBillingAgreementRequestDetails property.

Parameters
value Allowed object is SetCustomerBillingAgreementRequestDetailsType