public class

ReverseTransactionRequestDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ReverseTransactionRequestDetailsType

Class Overview

Java class for ReverseTransactionRequestDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReverseTransactionRequestDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String transactionID
Public Constructors
ReverseTransactionRequestDetailsType()
Public Methods
String getTransactionID()
Gets the value of the transactionID property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String transactionID

Public Constructors

public ReverseTransactionRequestDetailsType ()

Public Methods

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String