public class

BAUpdateResponseDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.BAUpdateResponseDetailsType

Class Overview

Java class for BAUpdateResponseDetailsType complex type.

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

 <complexType name="BAUpdateResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BillingAgreementID" 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"/>
         <element name="BillingAgreementCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
         <element name="BillingAgreementMax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="BillingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AddressType billingAddress
protected String billingAgreementCustom
protected String billingAgreementDescription
protected String billingAgreementID
protected BasicAmountType billingAgreementMax
protected MerchantPullStatusCodeType billingAgreementStatus
protected PayerInfoType payerInfo
Public Constructors
BAUpdateResponseDetailsType()
Public Methods
AddressType getBillingAddress()
Gets the value of the billingAddress property.
String getBillingAgreementCustom()
Gets the value of the billingAgreementCustom property.
String getBillingAgreementDescription()
Gets the value of the billingAgreementDescription property.
String getBillingAgreementID()
Gets the value of the billingAgreementID property.
BasicAmountType getBillingAgreementMax()
Gets the value of the billingAgreementMax property.
MerchantPullStatusCodeType getBillingAgreementStatus()
Gets the value of the billingAgreementStatus property.
PayerInfoType getPayerInfo()
Gets the value of the payerInfo property.
void setBillingAddress(AddressType value)
Sets the value of the billingAddress property.
void setBillingAgreementCustom(String value)
Sets the value of the billingAgreementCustom property.
void setBillingAgreementDescription(String value)
Sets the value of the billingAgreementDescription property.
void setBillingAgreementID(String value)
Sets the value of the billingAgreementID property.
void setBillingAgreementMax(BasicAmountType value)
Sets the value of the billingAgreementMax property.
void setBillingAgreementStatus(MerchantPullStatusCodeType value)
Sets the value of the billingAgreementStatus property.
void setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressType billingAddress

protected String billingAgreementCustom

protected String billingAgreementDescription

protected String billingAgreementID

protected BasicAmountType billingAgreementMax

protected MerchantPullStatusCodeType billingAgreementStatus

protected PayerInfoType payerInfo

Public Constructors

public BAUpdateResponseDetailsType ()

Public Methods

public AddressType getBillingAddress ()

Gets the value of the billingAddress property.

Returns

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 String getBillingAgreementID ()

Gets the value of the billingAgreementID property.

Returns
  • possible object is String

public BasicAmountType getBillingAgreementMax ()

Gets the value of the billingAgreementMax property.

Returns

public MerchantPullStatusCodeType getBillingAgreementStatus ()

Gets the value of the billingAgreementStatus property.

Returns

public PayerInfoType getPayerInfo ()

Gets the value of the payerInfo property.

Returns

public void setBillingAddress (AddressType value)

Sets the value of the billingAddress property.

Parameters
value Allowed object is AddressType

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 setBillingAgreementID (String value)

Sets the value of the billingAgreementID property.

Parameters
value Allowed object is String

public void setBillingAgreementMax (BasicAmountType value)

Sets the value of the billingAgreementMax property.

Parameters
value Allowed object is BasicAmountType

public void setBillingAgreementStatus (MerchantPullStatusCodeType value)

Sets the value of the billingAgreementStatus property.

Parameters
value Allowed object is MerchantPullStatusCodeType

public void setPayerInfo (PayerInfoType value)

Sets the value of the payerInfo property.

Parameters
value Allowed object is PayerInfoType