| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CurrencyInfo | ||
Product: QBW, QBO Description: The currency object contains all of the information needed to display and use a foreign currency. For built-in currencies, the name and currency code values are internationally accepted values and thus are not editable. The comma format is editable, as is the IsActive status. For user-defined currencies, every value in the object is editable including name and currency code.
Java class for CurrencyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyInfo">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserDefined" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CurrencyFormat" type="{http://www.intuit.com/sb/cdm/v2}CurrencyFormatInfo" minOccurs="0"/>
<element name="ExchangeRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AsOfDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| asOfDate | |||||||||||
| currencyCode | |||||||||||
| currencyFormat | |||||||||||
| exchangeRate | |||||||||||
| name | |||||||||||
| userDefined | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the currencyCode property.
| |||||||||||
Gets the value of the currencyFormat property.
| |||||||||||
Gets the value of the exchangeRate property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the userDefined property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the currencyCode property.
| |||||||||||
Sets the value of the currencyFormat property.
| |||||||||||
Sets the value of the exchangeRate property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the userDefined property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the asOfDate property.
Gets the value of the currencyCode property.
Gets the value of the currencyFormat property.
CurrencyFormatInfo
Gets the value of the exchangeRate property.
Gets the value of the name property.
Gets the value of the active property.
Gets the value of the userDefined property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the asOfDate property.
| value | Allowed object is String |
|---|
Sets the value of the currencyCode property.
| value | Allowed object is String |
|---|
Sets the value of the currencyFormat property.
| value | Allowed object is
CurrencyFormatInfo
|
|---|
Sets the value of the exchangeRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the userDefined property.
| value | Allowed object is Boolean |
|---|