# ProductSerialStatus

**Kind:** Class

**Source:** `Frontend/src/app/models/common/serial-status.model.ts` (line 15)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `SerialStatusId` | `number` |
| `CompanyBranchId` | `number` |
| `SerialTypeId` | `number` |
| `IsActive` | `boolean` |
| `SerialActivationDate` | `Date` |
| `CreationById` | `number` |
| `CreationDate` | `Date` |
| `SerialCombinations` | `Array<ProductSerialCombination>` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `ProductSerialCombinationComponent` — `Frontend/src/app/components/configuration/serials-compinations/product-serial-combination/product-serial-combination.component.ts`:1
- `SerialStatusService` — `Frontend/src/app/services/common/serial-status.service.ts`:1
