| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.DoReferenceTransactionRequestType | |
Java class for DoReferenceTransactionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoReferenceTransactionRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}DoReferenceTransactionRequestDetails"/>
<element name="ReturnFMFDetails" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| doReferenceTransactionRequestDetails | |||||||||||
| returnFMFDetails | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the doReferenceTransactionRequestDetails property.
| |||||||||||
Gets the value of the returnFMFDetails property.
| |||||||||||
Sets the value of the doReferenceTransactionRequestDetails property.
| |||||||||||
Sets the value of the returnFMFDetails property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the doReferenceTransactionRequestDetails property.
DoReferenceTransactionRequestDetailsType
Gets the value of the returnFMFDetails property.
Sets the value of the doReferenceTransactionRequestDetails property.
| value | Allowed object is
DoReferenceTransactionRequestDetailsType
|
|---|
Sets the value of the returnFMFDetails property.
| value | Allowed object is Integer |
|---|