# Plan

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/plans/plans.ts` (line 2)

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

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

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

### Imported by (3)

- `PlanDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/plans/plan-details/plan-details.component.ts`:1
- `PlansListComponent` — `Pams/Web/Pams.Web/Client/app/components/plans/plans-list/plans-list.component.ts`:1
- `PlansService` — `Pams/Web/Pams.Web/Client/app/components/plans/plans.service.ts`:1
