public class

DoDirectPaymentRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.DoDirectPaymentRequestType

Class Overview

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>
 

Summary

Fields
protected DoDirectPaymentRequestDetailsType doDirectPaymentRequestDetails
protected Integer returnFMFDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoDirectPaymentRequestType()
Public Methods
DoDirectPaymentRequestDetailsType getDoDirectPaymentRequestDetails()
Gets the value of the doDirectPaymentRequestDetails property.
Integer getReturnFMFDetails()
Gets the value of the returnFMFDetails property.
void setDoDirectPaymentRequestDetails(DoDirectPaymentRequestDetailsType value)
Sets the value of the doDirectPaymentRequestDetails 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 DoDirectPaymentRequestDetailsType doDirectPaymentRequestDetails

protected Integer returnFMFDetails

Public Constructors

public DoDirectPaymentRequestType ()

Public Methods

public DoDirectPaymentRequestDetailsType getDoDirectPaymentRequestDetails ()

Gets the value of the doDirectPaymentRequestDetails property.

Returns

public Integer getReturnFMFDetails ()

Gets the value of the returnFMFDetails property.

Returns
  • possible object is Integer

public void setDoDirectPaymentRequestDetails (DoDirectPaymentRequestDetailsType value)

Sets the value of the doDirectPaymentRequestDetails property.

Parameters
value Allowed object is DoDirectPaymentRequestDetailsType

public void setReturnFMFDetails (Integer value)

Sets the value of the returnFMFDetails property.

Parameters
value Allowed object is Integer