# InquiryType

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `InquiryTypeID` | `number` |
| `Name` | `string` |
| `DisplayOrder` | `number` |
| `CompanyID` | `number` |

## Used by

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

### Imported by (5)

- `InquiryTypesComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/sales/inquiry-types/inquiry-types.component.ts`:1
- `NewJobComponent` — `Pams/Web/Pams.Web/Client/app/components/sales/new-job/new-job.component.ts`:1
- `InquiryTypeService` — `Pams/Web/Pams.Web/Client/app/services/sales/inquiry-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
