# WithdrowalProductsDetails

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `StoreId` | `number` |
| `CompanyId` | `number` |
| `SheetNo` | `string` |
| `EngineerId` | `number` |
| `Comments` | `string` |
| `CreatedById` | `number` |
| `CreatedAt` | `Date` |
| `WithdrawnById` | `number` |
| `SalesOrderId` | `number` |
| `SalesItemId` | `number` |
| `LastModifiedById` | `number` |
| `WithdrawalDate` | `Date` |
| `LastModificationDate` | `Date` |
| `ProductWithdrawalDetails` | `ProductWithdrawalList[]` |

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

- `WarehouseService` — `Frontend/src/app/components/warehouse/warehouse.service.ts`:1
