# Company

**Kind:** Class

**Source:** `Frontend/src/app/models/organization/company.model.ts` (line 2)

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

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

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

### Imported by (8)

- `BranchDetailsComponent` — `Frontend/src/app/components/configuration/company/main-branch/branch-details.component.ts`:1
- `NewBranchComponent` — `Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `LoginComponent` — `Frontend/src/app/components/security/login/login.component.ts`:1
- `AfterNewPasswordComponent` — `Frontend/src/app/components/security/new-password/after-new-password/after-new-password.component.ts`:1
- `AfterRegisterationComponent` — `Frontend/src/app/components/security/register/after-registeration/after-registeration.component.ts`:1
- `RegisterComponent` — `Frontend/src/app/components/security/register/register.component.ts`:1
- `CompanyService` — `Frontend/src/app/services/organization/company.service.ts`:1
- `EnahnceLoginResponse` — `Frontend/src/app/services/security/auth.service.ts`:1
