public class

DoExpressCheckoutPaymentResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.DoExpressCheckoutPaymentResponseType
Known Direct Subclasses

Class Overview

Java class for DoExpressCheckoutPaymentResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DoExpressCheckoutPaymentResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}DoExpressCheckoutPaymentResponseDetails"/>
         <element name="FMFDetails" type="{urn:ebay:apis:eBLBaseComponents}FMFDetailsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DoExpressCheckoutPaymentResponseDetailsType doExpressCheckoutPaymentResponseDetails
protected FMFDetailsType fmfDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
DoExpressCheckoutPaymentResponseType()
Public Methods
DoExpressCheckoutPaymentResponseDetailsType getDoExpressCheckoutPaymentResponseDetails()
Gets the value of the doExpressCheckoutPaymentResponseDetails property.
FMFDetailsType getFMFDetails()
Gets the value of the fmfDetails property.
void setDoExpressCheckoutPaymentResponseDetails(DoExpressCheckoutPaymentResponseDetailsType value)
Sets the value of the doExpressCheckoutPaymentResponseDetails property.
void setFMFDetails(FMFDetailsType value)
Sets the value of the fmfDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected DoExpressCheckoutPaymentResponseDetailsType doExpressCheckoutPaymentResponseDetails

protected FMFDetailsType fmfDetails

Public Constructors

public DoExpressCheckoutPaymentResponseType ()

Public Methods

public DoExpressCheckoutPaymentResponseDetailsType getDoExpressCheckoutPaymentResponseDetails ()

Gets the value of the doExpressCheckoutPaymentResponseDetails property.

Returns

public FMFDetailsType getFMFDetails ()

Gets the value of the fmfDetails property.

Returns

public void setDoExpressCheckoutPaymentResponseDetails (DoExpressCheckoutPaymentResponseDetailsType value)

Sets the value of the doExpressCheckoutPaymentResponseDetails property.

Parameters
value Allowed object is DoExpressCheckoutPaymentResponseDetailsType

public void setFMFDetails (FMFDetailsType value)

Sets the value of the fmfDetails property.

Parameters
value Allowed object is FMFDetailsType