# InquiryType

**Kind:** Class

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

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

## Properties

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

## Used by

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

### Imported by (3)

- `InquiryTypesComponent` — `Frontend/src/app/components/configuration/sales/inquiry-types/inquiry-types.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `InquiryTypeService` — `Frontend/src/app/services/sales/inquiry-type.service.ts`:1
