public class

DoDirectPaymentReq

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.DoDirectPaymentReq

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ebay:api:PayPalAPI}DoDirectPaymentRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DoDirectPaymentRequestType doDirectPaymentRequest
Public Constructors
DoDirectPaymentReq()
Public Methods
DoDirectPaymentRequestType getDoDirectPaymentRequest()
Gets the value of the doDirectPaymentRequest property.
void setDoDirectPaymentRequest(DoDirectPaymentRequestType value)
Sets the value of the doDirectPaymentRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DoDirectPaymentRequestType doDirectPaymentRequest

Public Constructors

public DoDirectPaymentReq ()

Public Methods

public DoDirectPaymentRequestType getDoDirectPaymentRequest ()

Gets the value of the doDirectPaymentRequest property.

Returns

public void setDoDirectPaymentRequest (DoDirectPaymentRequestType value)

Sets the value of the doDirectPaymentRequest property.

Parameters
value Allowed object is DoDirectPaymentRequestType