# RejectReasonModel

**Kind:** Class

**Source:** `Frontend/src/app/models/purchasing/purchasing.ts` (line 315)

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

## Properties

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

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

- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `PurchasingService` — `Frontend/src/app/services/purchasing/purchasing.service.ts`:1
- `FilterForListOfAll` — `Frontend/src/app/services/sales/new-job/new-job.service.ts`:1
