# Company Currency

## Content



| **Name** | **Type** | **ReadOnly** | **Filterable** | **Description** |
| --- | --- | --- | --- | --- |
| Id [KEY\] | string | true | true | The Id of the currency object. |
| SyncToken | string | false | false | The sync token. This must be specified when executing an update or delete. |
| MetaData\_CreateTime | datetime | true | true | The time the record was created. |
| MetaData\_LastUpdatedTime | datetime | true | true | The time the record was last updated. |
| Code | string | false | true | A three letter string representing the ISO 4217 code for the currency. |
| Name | string | false | false | The fullName of the Currrency object. |
| CustomField | string | false | false | A JSON aggregate of custom field information. |
| Active | boolean | false | true | This field sets whether or not the currency is active. Inactive accounts cannot be posted to and are excluded from search results, although references to them are preserved. |