# SupplierClientRegistration

**Kind:** Class

**Source:** `Frontend/src/app/models/common/ClientSupplierRegistration.model.ts` (line 16)

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

## Properties

| Property | Type |
|---|---|
| `ClientName` | `string` |
| `ClientTypeName` | `string` |
| `MarketSegmentName` | `string` |
| `ProjectCount` | `number` |
| `Status` | `string` |
| `ClientID` | `number` |
| `SupplierID` | `number` |
| `ID` | `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)

- `AccountsService` — `Frontend/src/app/services/person/accounts.service.ts`:1
- `SupplierService` — `Frontend/src/app/services/person/supplier.service.ts`:1
