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