public class

RefundTransactionReq

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

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

Summary

Fields
protected RefundTransactionRequestType refundTransactionRequest
Public Constructors
RefundTransactionReq()
Public Methods
RefundTransactionRequestType getRefundTransactionRequest()
Gets the value of the refundTransactionRequest property.
void setRefundTransactionRequest(RefundTransactionRequestType value)
Sets the value of the refundTransactionRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RefundTransactionRequestType refundTransactionRequest

Public Constructors

public RefundTransactionReq ()

Public Methods

public RefundTransactionRequestType getRefundTransactionRequest ()

Gets the value of the refundTransactionRequest property.

Returns

public void setRefundTransactionRequest (RefundTransactionRequestType value)

Sets the value of the refundTransactionRequest property.

Parameters
value Allowed object is RefundTransactionRequestType