> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/interfaces/firmouse-collection-case.md).

# FirmouseCollectionCase

## Properties

| Property     | Type                                                                                           | Description                                                          |
| ------------ | ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `caseNumber` | `string`                                                                                       | The collection case number                                           |
| `createdAt`  | `null` \| `string`                                                                             | The date and time when the collection case record was first created. |
| `id`         | `string`                                                                                       | ID to identify the collection case with                              |
| `status`     | [`CollectionCaseStatus`](/sdks/firmhouse-sdk/reference/enumerations/collection-case-status.md) | The status of the collection case                                    |
| `updatedAt`  | `null` \| `string`                                                                             | The date and time when the collection case record was last updated.  |
