public class

GetExpressCheckoutDetailsResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.GetExpressCheckoutDetailsResponseType

Class Overview

Java class for GetExpressCheckoutDetailsResponseType complex type.

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

 <complexType name="GetExpressCheckoutDetailsResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}GetExpressCheckoutDetailsResponseDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetExpressCheckoutDetailsResponseDetailsType getExpressCheckoutDetailsResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetExpressCheckoutDetailsResponseType()
Public Methods
GetExpressCheckoutDetailsResponseDetailsType getGetExpressCheckoutDetailsResponseDetails()
Gets the value of the getExpressCheckoutDetailsResponseDetails property.
void setGetExpressCheckoutDetailsResponseDetails(GetExpressCheckoutDetailsResponseDetailsType value)
Sets the value of the getExpressCheckoutDetailsResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected GetExpressCheckoutDetailsResponseDetailsType getExpressCheckoutDetailsResponseDetails

Public Constructors

public GetExpressCheckoutDetailsResponseType ()

Public Methods

public GetExpressCheckoutDetailsResponseDetailsType getGetExpressCheckoutDetailsResponseDetails ()

Gets the value of the getExpressCheckoutDetailsResponseDetails property.

public void setGetExpressCheckoutDetailsResponseDetails (GetExpressCheckoutDetailsResponseDetailsType value)

Sets the value of the getExpressCheckoutDetailsResponseDetails property.

Parameters
value Allowed object is GetExpressCheckoutDetailsResponseDetailsType