| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2010_2.GetBudgetExchangeRateRequest |
Java class for GetBudgetExchangeRateRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetBudgetExchangeRateRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="budgetExchangeRateFilter" type="{urn:core_2010_2.platform.webservices.netsuite.com}BudgetExchangeRateFilter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| budgetExchangeRateFilter | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the budgetExchangeRateFilter property.
| |||||||||||
Sets the value of the budgetExchangeRateFilter property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| budgetExchangeRateFilter |
|---|
Gets the value of the budgetExchangeRateFilter property.
BudgetExchangeRateFilter
Sets the value of the budgetExchangeRateFilter property.
| value | Allowed object is
BudgetExchangeRateFilter
|
|---|