# ProductType

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/product-type.model.ts` (line 1)

**Part of:** [Pams](subsystem-pams)

## Properties

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

## Used by

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

### Imported by (6)

- `ProductTypesComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/products/product-types/product-types.component.ts`:1
- `NewJobComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts`:1
- `CustomSelectBoxComponent` — `Pams/Web/Pams.Web/Client/app/components/shared/custom-select-box/custom-select-box.component.ts`:1
- `ProductTypeService` — `Pams/Web/Pams.Web/Client/app/services/common/product-type.service.ts`:1
- `LoadDataAction` — `Pams/Web/Pams.Web/Client/app/actions/job.ts`:20
- `JobState` — `Pams/Web/Pams.Web/Client/app/reducers/job.ts`:22
