# InspectedProduct

**Kind:** Class

**Source:** `Frontend/src/app/components/warehouse/warehouse.ts` (line 115)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `SheetId` | `number` |
| `ProductId` | `number` |
| `ReceivedProductId` | `number` |
| `ProductVariantId` | `number` |
| `VariantName` | `string` |
| `ProductDescription` | `string` |
| `ProductName` | `string` |
| `RejectionReason` | `string` |
| `RequestedQty` | `number` |
| `InspectedQty` | `number` |
| `AcceptedQty` | `number` |
| `RejectedQty` | `number` |
| `ProductUnitId` | `number` |
| `UnitName` | `string` |
| `Comments` | `string` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `InspectionDetailsComponent` — `Frontend/src/app/components/warehouse/inspection-details/inspection-details.component.ts`:1
