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