Description: Currencies are the monetary units used to store costs for all projects in the database.
Field | Type | Description | Read-Only |
---|---|---|---|
configuredByUser | Boolean | The currency can be configured by user. | No |
currencyCode | String | The unique identifier for the currency. The currency code is 3 characters. | No |
currencyId | String | The id for currency. | No |
currencyName | String | The name of currency. | No |
currencySymbol | String | The symbol for the currency. | No |
decimalsToDisplay | Int | The number of decimals to display. | No |
systemCurrencyFlag | Boolean | The default currency. Any currency conversions will be measured against this form of currency. | No |
workspaceId | String | The id for Workspace. | No |