# Plan

**Kind:** Class

**Source:** `Frontend/src/app/components/plans/plans.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `PlanName` | `string` |
| `PlanPrice` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `CreatedAt` | `Date` |
| `ModifiedAt` | `Date` |
| `PlanFeatures` | `Feature[]` |
| `IsActive` | `boolean` |
| `UsersCount` | `number` |
| `RolesCount` | `number` |
| `TeamsCount` | `number` |
| `BranchesCount` | `number` |

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

- `PlanDetailsComponent` — `Frontend/src/app/components/plans/plan-details/plan-details.component.ts`:1
- `PlansListComponent` — `Frontend/src/app/components/plans/plans-list/plans-list.component.ts`:1
- `PlansService` — `Frontend/src/app/components/plans/plans.service.ts`:1
- `SubscriberListComponent` — `Frontend/src/app/components/plans/subscriber/subscriber-list/subscriber-list.component.ts`:1
