# 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`](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/collection-case-status) | The status of the collection case                                    |
| `updatedAt`  | `null` \| `string`                                                                                                         | The date and time when the collection case record was last updated.  |
