# LostReasonModel

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 599)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `LossReasonId` | `number` |
| `LossReasonName` | `string` |
| `LostDate` | `Date` |
| `LossComment` | `string` |
| `WinnerName` | `string` |
| `WinnerCurrency` | `string` |
| `WinnerPrice` | `number` |
| `WinnerPriceDifferenceAmount` | `number` |
| `WinnerPriceDifferencePercentage` | `number` |
| `RateToOurMainCurrency` | `number` |
| `DeliveryPeriodDifferenceInDays` | `number` |
| `IsAllowedToArchive` | `boolean` |
| `_WinnerCurrencySymbol` | `string` |
| `_isLastItemActive` | `boolean` |
| `_isLastContainerActive` | `boolean` |
| `_originalPrice` | `number` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `FilterForListOfAll` — `Frontend/src/app/services/sales/new-job/new-job.service.ts`:1
