# RejectReasonModel

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 618)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `RejectDate` | `Date` |
| `RejectComment` | `string` |
| `LastModifiedById` | `number` |
| `CreatedById` | `number` |
| `RelatedToId` | `number` |
| `IsAllowedToArchive` | `boolean` |
| `_isLastItemActive` | `boolean` |
| `_isLastContainerActive` | `boolean` |

## 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)

- `ProcurementDetailsComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts`:1
- `ProcurementService` — `Frontend/src/app/components/procurement/procurement.service.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `Mahmoud` — `Frontend/src/app/components/procurement/procurement.ts`:4
