public class

SetExpressCheckoutRequestType

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

Class Overview

Java class for SetExpressCheckoutRequestType complex type.

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

 <complexType name="SetExpressCheckoutRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}SetExpressCheckoutRequestDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SetExpressCheckoutRequestDetailsType setExpressCheckoutRequestDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
SetExpressCheckoutRequestType()
Public Methods
SetExpressCheckoutRequestDetailsType getSetExpressCheckoutRequestDetails()
Gets the value of the setExpressCheckoutRequestDetails property.
void setSetExpressCheckoutRequestDetails(SetExpressCheckoutRequestDetailsType value)
Sets the value of the setExpressCheckoutRequestDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected SetExpressCheckoutRequestDetailsType setExpressCheckoutRequestDetails

Public Constructors

public SetExpressCheckoutRequestType ()

Public Methods

public SetExpressCheckoutRequestDetailsType getSetExpressCheckoutRequestDetails ()

Gets the value of the setExpressCheckoutRequestDetails property.

Returns

public void setSetExpressCheckoutRequestDetails (SetExpressCheckoutRequestDetailsType value)

Sets the value of the setExpressCheckoutRequestDetails property.

Parameters
value Allowed object is SetExpressCheckoutRequestDetailsType