public class

BAUpdateRequestType

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

Class Overview

Java class for BAUpdateRequestType complex type.

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

 <complexType name="BAUpdateRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ReferenceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="BillingAgreementDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BillingAgreementStatus" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullStatusCodeType" minOccurs="0"/>
         <element name="BillingAgreementCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String billingAgreementCustom
protected String billingAgreementDescription
protected MerchantPullStatusCodeType billingAgreementStatus
protected String referenceID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
BAUpdateRequestType()
Public Methods
String getBillingAgreementCustom()
Gets the value of the billingAgreementCustom property.
String getBillingAgreementDescription()
Gets the value of the billingAgreementDescription property.
MerchantPullStatusCodeType getBillingAgreementStatus()
Gets the value of the billingAgreementStatus property.
String getReferenceID()
Gets the value of the referenceID property.
void setBillingAgreementCustom(String value)
Sets the value of the billingAgreementCustom property.
void setBillingAgreementDescription(String value)
Sets the value of the billingAgreementDescription property.
void setBillingAgreementStatus(MerchantPullStatusCodeType value)
Sets the value of the billingAgreementStatus property.
void setReferenceID(String value)
Sets the value of the referenceID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String billingAgreementCustom

protected String billingAgreementDescription

protected MerchantPullStatusCodeType billingAgreementStatus

protected String referenceID

Public Constructors

public BAUpdateRequestType ()

Public Methods

public String getBillingAgreementCustom ()

Gets the value of the billingAgreementCustom property.

Returns
  • possible object is String

public String getBillingAgreementDescription ()

Gets the value of the billingAgreementDescription property.

Returns
  • possible object is String

public MerchantPullStatusCodeType getBillingAgreementStatus ()

Gets the value of the billingAgreementStatus property.

Returns

public String getReferenceID ()

Gets the value of the referenceID property.

Returns
  • possible object is String

public void setBillingAgreementCustom (String value)

Sets the value of the billingAgreementCustom property.

Parameters
value Allowed object is String

public void setBillingAgreementDescription (String value)

Sets the value of the billingAgreementDescription property.

Parameters
value Allowed object is String

public void setBillingAgreementStatus (MerchantPullStatusCodeType value)

Sets the value of the billingAgreementStatus property.

Parameters
value Allowed object is MerchantPullStatusCodeType

public void setReferenceID (String value)

Sets the value of the referenceID property.

Parameters
value Allowed object is String