# Company

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/organization/company.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `CompanyID` | `number` |
| `RowGuid` | `string` |
| `Name` | `string` |
| `Website` | `string` |
| `Slogan` | `string` |
| `Subdomain` | `string` |
| `IsActive` | `boolean` |
| `Logo` | `string` |
| `BaseCurrency` | `string` |
| `FirstName` | `string` |
| `MiddleName` | `string` |
| `LastName` | `string` |
| `Password` | `string` |
| `PasswordConfirmation` | `string` |
| `DisplayName` | `string` |
| `Email` | `string` |

## Used by

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

### Imported by (7)

- `BranchDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/branch-details.component.ts`:1
- `NewBranchComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `LoginComponent` — `Pams/Web/Pams.Web/Client/app/components/security/login/login.component.ts`:1
- `AfterNewPasswordComponent` — `Pams/Web/Pams.Web/Client/app/components/security/new-password/after-new-password/after-new-password.component.ts`:1
- `AfterRegisterationComponent` — `Pams/Web/Pams.Web/Client/app/components/security/register/after-registeration/after-registeration.component.ts`:1
- `RegisterComponent` — `Pams/Web/Pams.Web/Client/app/components/security/register/register.component.ts`:1
- `PageData` — `Pams/Web/Pams.Web/Client/app/services/security/auth.service.ts`:1
