public class

GetCurrencyRateRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.GetCurrencyRateRequest

Class Overview

Java class for GetCurrencyRateRequest complex type.

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

 <complexType name="GetCurrencyRateRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currencyRateFilter" type="{urn:core_2013_2.platform.webservices.netsuite.com}CurrencyRateFilter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CurrencyRateFilter currencyRateFilter
Public Constructors
GetCurrencyRateRequest()
Public Methods
CurrencyRateFilter getCurrencyRateFilter()
Gets the value of the currencyRateFilter property.
void setCurrencyRateFilter(CurrencyRateFilter value)
Sets the value of the currencyRateFilter property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CurrencyRateFilter currencyRateFilter

Public Constructors

public GetCurrencyRateRequest ()

Public Methods

public CurrencyRateFilter getCurrencyRateFilter ()

Gets the value of the currencyRateFilter property.

Returns

public void setCurrencyRateFilter (CurrencyRateFilter value)

Sets the value of the currencyRateFilter property.

Parameters
value Allowed object is CurrencyRateFilter