# Product

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/product-category.model.ts` (line 16)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyId` | `number` |
| `Barcode` | `string` |
| `CategoryId` | `number` |
| `ParentId` | `number` |
| `ProductVariantId` | `number` |
| `GroupId` | `number` |
| `VariantName` | `string` |
| `ProductDescription` | `string` |
| `ProductName` | `string` |
| `ProductTypeId` | `number` |
| `ProductUnitId` | `number` |
| `ProductUnit` | `string` |
| `ProductVolume` | `number` |
| `ProductWeight` | `number` |
| `PurchaseUnitId` | `number` |
| `PurchaseUnit` | `string` |
| `ReferenceNo` | `string` |
| `MinStockQty` | `number` |
| `MinRequisitionQty` | `number` |
| `IsForInternalUse` | `boolean` |
