# OrderChance

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/sales/order-chance.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `OrderChanceID` | `number` |
| `Name` | `string` |
| `Value` | `number` |
| `CompanyID` | `number` |
| `DisplayOrder` | `number` |

## Used by

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

### Imported by (3)

- `OrderChanceComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/sales/order-chance/order-chance.component.ts`:1
- `LoadDataAction` — `Pams/Web/Pams.Web/Client/app/actions/job.ts`:20
- `JobState` — `Pams/Web/Pams.Web/Client/app/reducers/job.ts`:22
