public class

DoExpressCheckoutPaymentRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.DoExpressCheckoutPaymentRequestType
Known Direct Subclasses

Class Overview

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>
 

Summary

Fields
protected DoExpressCheckoutPaymentRequestDetailsType doExpressCheckoutPaymentRequestDetails
protected Integer returnFMFDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoExpressCheckoutPaymentRequestType()
Public Methods
DoExpressCheckoutPaymentRequestDetailsType getDoExpressCheckoutPaymentRequestDetails()
Gets the value of the doExpressCheckoutPaymentRequestDetails property.
Integer getReturnFMFDetails()
Gets the value of the returnFMFDetails property.
void setDoExpressCheckoutPaymentRequestDetails(DoExpressCheckoutPaymentRequestDetailsType value)
Sets the value of the doExpressCheckoutPaymentRequestDetails property.
void setReturnFMFDetails(Integer value)
Sets the value of the returnFMFDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected DoExpressCheckoutPaymentRequestDetailsType doExpressCheckoutPaymentRequestDetails

protected Integer returnFMFDetails

Public Constructors

public DoExpressCheckoutPaymentRequestType ()

Public Methods

public DoExpressCheckoutPaymentRequestDetailsType getDoExpressCheckoutPaymentRequestDetails ()

Gets the value of the doExpressCheckoutPaymentRequestDetails property.

Returns

public Integer getReturnFMFDetails ()

Gets the value of the returnFMFDetails property.

Returns
  • possible object is Integer

public void setDoExpressCheckoutPaymentRequestDetails (DoExpressCheckoutPaymentRequestDetailsType value)

Sets the value of the doExpressCheckoutPaymentRequestDetails property.

Parameters
value Allowed object is DoExpressCheckoutPaymentRequestDetailsType

public void setReturnFMFDetails (Integer value)

Sets the value of the returnFMFDetails property.

Parameters
value Allowed object is Integer