public class

GetBalanceRequestType

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

Class Overview

Java class for GetBalanceRequestType complex type.

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

 <complexType name="GetBalanceRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ReturnAllCurrencies" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String returnAllCurrencies
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
GetBalanceRequestType()
Public Methods
String getReturnAllCurrencies()
Gets the value of the returnAllCurrencies property.
void setReturnAllCurrencies(String value)
Sets the value of the returnAllCurrencies property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String returnAllCurrencies

Public Constructors

public GetBalanceRequestType ()

Public Methods

public String getReturnAllCurrencies ()

Gets the value of the returnAllCurrencies property.

Returns
  • possible object is String

public void setReturnAllCurrencies (String value)

Sets the value of the returnAllCurrencies property.

Parameters
value Allowed object is String