| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.ManagePendingTransactionStatusResponseType | |
Java class for ManagePendingTransactionStatusResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagePendingTransactionStatusResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
<sequence>
<element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| status | |||||||||||
| transactionID | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the status property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the status property.
Gets the value of the transactionID property.
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|