public class

InitiateRecoupReq

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

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

Summary

Fields
protected InitiateRecoupRequestType initiateRecoupRequest
Public Constructors
InitiateRecoupReq()
Public Methods
InitiateRecoupRequestType getInitiateRecoupRequest()
Gets the value of the initiateRecoupRequest property.
void setInitiateRecoupRequest(InitiateRecoupRequestType value)
Sets the value of the initiateRecoupRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected InitiateRecoupRequestType initiateRecoupRequest

Public Constructors

public InitiateRecoupReq ()

Public Methods

public InitiateRecoupRequestType getInitiateRecoupRequest ()

Gets the value of the initiateRecoupRequest property.

Returns

public void setInitiateRecoupRequest (InitiateRecoupRequestType value)

Sets the value of the initiateRecoupRequest property.

Parameters
value Allowed object is InitiateRecoupRequestType