public class

MassPayReq

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

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}MassPayRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected MassPayRequestType massPayRequest
Public Constructors
MassPayReq()
Public Methods
MassPayRequestType getMassPayRequest()
Gets the value of the massPayRequest property.
void setMassPayRequest(MassPayRequestType value)
Sets the value of the massPayRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MassPayRequestType massPayRequest

Public Constructors

public MassPayReq ()

Public Methods

public MassPayRequestType getMassPayRequest ()

Gets the value of the massPayRequest property.

Returns

public void setMassPayRequest (MassPayRequestType value)

Sets the value of the massPayRequest property.

Parameters
value Allowed object is MassPayRequestType