| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BAUpdateResponseDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAddress | |||||||||||
| billingAgreementCustom | |||||||||||
| billingAgreementDescription | |||||||||||
| billingAgreementID | |||||||||||
| billingAgreementMax | |||||||||||
| billingAgreementStatus | |||||||||||
| payerInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAddress property.
| |||||||||||
Gets the value of the billingAgreementCustom property.
| |||||||||||
Gets the value of the billingAgreementDescription property.
| |||||||||||
Gets the value of the billingAgreementID property.
| |||||||||||
Gets the value of the billingAgreementMax property.
| |||||||||||
Gets the value of the billingAgreementStatus property.
| |||||||||||
Gets the value of the payerInfo property.
| |||||||||||
Sets the value of the billingAddress property.
| |||||||||||
Sets the value of the billingAgreementCustom property.
| |||||||||||
Sets the value of the billingAgreementDescription property.
| |||||||||||
Sets the value of the billingAgreementID property.
| |||||||||||
Sets the value of the billingAgreementMax property.
| |||||||||||
Sets the value of the billingAgreementStatus property.
| |||||||||||
Sets the value of the payerInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingAddress property.
AddressType
Gets the value of the billingAgreementCustom property.
Gets the value of the billingAgreementDescription property.
Gets the value of the billingAgreementID property.
Gets the value of the billingAgreementMax property.
BasicAmountType
Gets the value of the billingAgreementStatus property.
MerchantPullStatusCodeType
Gets the value of the payerInfo property.
PayerInfoType
Sets the value of the billingAddress property.
| value | Allowed object is
AddressType
|
|---|
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 billingAgreementID property.
| value | Allowed object is String |
|---|
Sets the value of the billingAgreementMax property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the billingAgreementStatus property.
| value | Allowed object is
MerchantPullStatusCodeType
|
|---|
Sets the value of the payerInfo property.
| value | Allowed object is
PayerInfoType
|
|---|