# ProductWithdrawalList

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `ProductId` | `number` |
| `ProductName` | `string` |
| `ProductUnitId` | `number` |
| `UnitName` | `string` |
| `ProductQty` | `number` |
| `ProductVariantId` | `number` |
| `VariantName` | `string` |
| `ProductWithdrawalId` | `number` |
| `CreatedAt` | `Date` |
| `CreatedById` | `Date` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
