# ContactInfo

**Kind:** Class

**Source:** `Frontend/src/app/models/common/contact-info.model.ts` (line 2)

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

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

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

### Imported by (15)

- `NewBranchComponent` — `Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `ContactViewEditComponent` — `Frontend/src/app/components/market/contacts/contact-view-edit/contact-view-edit.component.ts`:1
- `ContactsComponent` — `Frontend/src/app/components/market/contacts/contacts.component.ts`:1
- `ContactInfoService` — `Frontend/src/app/services/common/contact-info.service.ts`:1
- `ContactInfoTypeEnum` — `Frontend/src/app/models/common/contactperson.model.ts`:6
- `CompanyBranchContactInfo` — `Frontend/src/app/models/organization/company-branch-contact-info.model.ts`:4
- `CompanyBranchLookup` — `Frontend/src/app/models/organization/company-branch.model.ts`:5

…and 7 more.
