# ContactInfo

**Kind:** Class

**Source:** `Pams/Web/Pams.WebApp/Client/app/models/common/contact-info.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `ContactInfoID` | `number` |
| `ContactInfoTypeID` | `number` |
| `ContactInfoValue` | `string` |
| `Name` | `string` |
| `OrderNumber` | `number` |
| `IsDefault` | `boolean` |
| `RelatedTypeID` | `number` |
| `RelatedToID` | `number` |
| `IsVerified` | `boolean` |
| `VerificationHash` | `string` |

## Used by

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

### Imported by (4)

- `ContactPersons` — `Pams/Web/Pams.WebApp/Client/app/models/common/contactperson.model.ts`:5
- `CompanyBranchContactInfo` — `Pams/Web/Pams.WebApp/Client/app/models/organization/company-branch-contact-info.model.ts`:4
- `ProjectContactPersons` — `Pams/Web/Pams.WebApp/Client/app/models/sales/ProjectContactPersons.model.ts`:5
- `Project` — `Pams/Web/Pams.WebApp/Client/app/models/sales/project.model.ts`:8
