# OrderChance

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/order-chance.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `OrderChanceID` | `number` |
| `Name` | `string` |
| `Value` | `number` |
| `CompanyID` | `number` |
| `DisplayOrder` | `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)

- `OrderChanceComponent` — `Frontend/src/app/components/configuration/sales/order-chance/order-chance.component.ts`:1
- `OrderChanceService` — `Frontend/src/app/services/sales/order-chance.service.ts`:1
