| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.TransactionSearchResponseType | |
Java class for TransactionSearchResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionSearchResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}PaymentTransactions" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| paymentTransactions | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Results of a Transaction Search.Gets the value of the paymentTransactions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Results of a Transaction Search.Gets the value of the paymentTransactions property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentTransactions property.
For example, to add a new item, do as follows:
getPaymentTransactions().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTransactionSearchResultType