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