| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.BillOutstandingAmountRequestType | |
Java class for BillOutstandingAmountRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillOutstandingAmountRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}BillOutstandingAmountRequestDetails"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billOutstandingAmountRequestDetails | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billOutstandingAmountRequestDetails property.
| |||||||||||
Sets the value of the billOutstandingAmountRequestDetails property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the billOutstandingAmountRequestDetails property.
BillOutstandingAmountRequestDetailsType
Sets the value of the billOutstandingAmountRequestDetails property.
| value | Allowed object is
BillOutstandingAmountRequestDetailsType
|
|---|