Kind: Class
Source: Frontend/src/app/components/plans/plans.ts (line 36)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
PlanName | string |
PlanPrice | number |
CurrencyCode | string |
CurrencySymbol | string |
LatestModificationsCount | number |
OneDriveSubscription | boolean |
AppliedFeatures | number[] |
WarehousesCount | number |
BranchesCount | number |
WidgetsCount | number |
DisplayOrder | number |
UsersCount | number |
TeamsCount | number |
RolesCount | number |
IsActive | boolean |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
AllowedFeaturesComponent—Frontend/src/app/components/plans/allowed-features/allowed-features.component.ts:1SubscriberDetailsComponent—Frontend/src/app/components/plans/subscriber/subscriber-details/subscriber-details.component.ts:1
Was this page helpful?