| Name | Type | ReadOnly | Filterable | Description |
|---|---|---|---|---|
| Id [KEY] | string | true | true | The Id of the class. |
| 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. |
| Name | string | false | true | The name of the class. |
| SubClass | boolean | true | true | This field indicates whether the class is a subclass or not. |
| ParentRef | string | false | false | The Id of the parent record. |
| ParentRef_Name | string | true | false | The Id of the parent record. |
| Active | boolean | false | true | This field sets whether or not the class is active. Inactive classes may be hidden from display and excluded from financial transactions. |
| FullyQualifiedName | string | true | true | The fully qualified name of the class. The fully qualified name consists the topmost parent element followed by each subelement and separated by colons. For example: Parent:Account1:SubAccount1:SubAccount. |