| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2013_2.CurrencyRate | |
Java class for CurrencyRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyRate">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="baseCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="transactionCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| baseCurrency | |||||||||||
| effectiveDate | |||||||||||
| exchangeRate | |||||||||||
| internalId | |||||||||||
| transactionCurrency | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the baseCurrency property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the exchangeRate property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the transactionCurrency property.
| |||||||||||
Sets the value of the baseCurrency property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the exchangeRate property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the transactionCurrency property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the baseCurrency property.
RecordRef
Gets the value of the effectiveDate property.
Gets the value of the exchangeRate property.
Gets the value of the internalId property.
Gets the value of the transactionCurrency property.
RecordRef
Sets the value of the baseCurrency property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the exchangeRate property.
| value | Allowed object is Double |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the transactionCurrency property.
| value | Allowed object is
RecordRef
|
|---|