# ContactInfo

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/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

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

### Imported by (11)

- `NewBranchComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `AccountDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/account-details/account-details.component.ts`:1
- `ClientViewEditComponent` — `Pams/Web/Pams.Web/Client/app/components/market/client/client-view-edit/client-view-edit.component.ts`:1
- `ContactViewEditComponent` — `Pams/Web/Pams.Web/Client/app/components/market/contacts/contact-view-edit/contact-view-edit.component.ts`:1
- `ContactsComponent` — `Pams/Web/Pams.Web/Client/app/components/market/contacts/contacts.component.ts`:1
- `PrincipalViewEditComponent` — `Pams/Web/Pams.Web/Client/app/components/market/principles/principles-view-edit/principles-view-edit.component.ts`:1
- `ContactPersons` — `Pams/Web/Pams.Web/Client/app/models/common/contactperson.model.ts`:8
- `CompanyBranchContactInfo` — `Pams/Web/Pams.Web/Client/app/models/organization/company-branch-contact-info.model.ts`:4

…and 3 more.
