# ProductWithdrawalList

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts` (line 324)

**Part of:** [Pams](subsystem-pams)

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