Represents currencies which can be assigned to resources and projects.
Currencies are a datafield type, therefore, they cannot be deleted.
Historical data of the exchange rate is kept at the exchangeRanges array level (refer to, CurrencyExchangeRange).
N/A
The following table lists the fields for this object.
Field | Detail |
---|---|
name | Type: string Default value: N/A Description: The currency name. Field validation description: Limit to 50 characters. This field is mandatory. Additional field security restrictions: N/A |
exchangeRate | Type: double Default value: N/A Description: The current exchange rate of this currency. Field validation description:The value range is 0 to 9,999,999,999,999,99. Additional field security restrictions: N/A |
exchangeRanges | Type: CurrencyExchangeRange[] Default value: N/A Description: The array of currency exchange ranges. It represents the historical information of the currency. Field validation description: N/A Additional field security restrictions: N/A |