# ProductType

**Kind:** Class

**Source:** `Frontend/src/app/models/common/product-type.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `ProductTypeID` | `number` |
| `CategoryTypeID` | `number` |
| `CompanyBranchID` | `number` |
| `Name` | `string` |

## Used by

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

### Imported by (4)

- `ProductTypesComponent` — `Frontend/src/app/components/configuration/products/product-types/product-types.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `CustomSelectBoxComponent` — `Frontend/src/app/components/shared/custom-select-box/custom-select-box.component.ts`:1
- `ProductTypeService` — `Frontend/src/app/services/common/product-type.service.ts`:1
