| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.BAUpdateRequestType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAgreementCustom | |||||||||||
| billingAgreementDescription | |||||||||||
| billingAgreementStatus | |||||||||||
| referenceID | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAgreementCustom property.
| |||||||||||
Gets the value of the billingAgreementDescription property.
| |||||||||||
Gets the value of the billingAgreementStatus property.
| |||||||||||
Gets the value of the referenceID property.
| |||||||||||
Sets the value of the billingAgreementCustom property.
| |||||||||||
Sets the value of the billingAgreementDescription property.
| |||||||||||
Sets the value of the billingAgreementStatus property.
| |||||||||||
Sets the value of the referenceID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the billingAgreementCustom property.
Gets the value of the billingAgreementDescription property.
Gets the value of the billingAgreementStatus property.
MerchantPullStatusCodeType
Gets the value of the referenceID property.
Sets the value of the billingAgreementCustom property.
| value | Allowed object is String |
|---|
Sets the value of the billingAgreementDescription property.
| value | Allowed object is String |
|---|
Sets the value of the billingAgreementStatus property.
| value | Allowed object is
MerchantPullStatusCodeType
|
|---|
Sets the value of the referenceID property.
| value | Allowed object is String |
|---|