# ClientView

**Kind:** Class

**Source:** `Frontend/src/app/models/person/client-view.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `ClientID` | `number` |
| `FullName` | `string` |
| `ClientName` | `string` |
| `ClientTypeName` | `string` |
| `MarketSegmentName` | `string` |
| `Email` | `string` |
| `PhoneNumber` | `string` |

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

- `ClientService` — `Frontend/src/app/services/person/client.service.ts`:1
