# FinalItemsOverOffers

**Kind:** Class

**Source:** `Frontend/src/app/components/procurement/procurement.ts` (line 420)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `ProductQuantity` | `number` |
| `MRQQuantity` | `number` |
| `ProductId` | `number` |
| `ProductCategoryId` | `number` |
| `ProductName` | `string` |
| `ProductDescription` | `string` |
| `ProductVariantId` | `number` |
| `VariantName` | `string` |
| `ProductStage` | `number` |
| `BOMDetailId` | `number` |
| `MRQDetailId` | `number` |
| `CancelId` | `number` |
| `RejectId` | `number` |
| `RegretId` | `number` |
| `InquiryId` | `number` |
| `OfferId` | `number` |
| `OrderId` | `number` |
| `ItemNo` | `number` |
| `Selected` | `boolean` |
| `_placeToDelete` | `boolean` |
| `RequestedVendor` | `RequestInfo` |
| `Offers` | `FinalItemsOverOffers_Offers[]` |

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

- `ProcurementDetailsComponent` — `Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts`:1
