Plans [WIP]
This table contains the value selected for subscription plans.
| Name | Data Type | Description |
|---|---|---|
| plan_id | INTEGER | Primary key, unique ID for the plan |
| country_id | INTEGER | ID of the country |
| operator_id | INTEGER | ID of the operator |
| parent_operator_id | INTEGER | ID of the parent operator, or NULL if the operator itself is a parent operator |
| plan_name | STRING | Name of the plan |
| support_email | STRING | Support email |
| identifier | STRING | Identifying string typically |
| service | STRING | |
| models | STRING | Where 'all' or 'selected' charge point models are included in plan |
| plan_for | STRING | Intended target for the plan - 'charge_point' , 'team', or 'operator' |
| price_model | STRING | Type of price model |
| min_units | INTEGER | |
| contract_url | STRING | URL to the contract |
| active_subscription_count | INTEGER | |
| prices_with_vat | BOOLEAN | True if prices include VAT |
| deleted_at | TIMESTAMP | Null if plan is not deleted |
Updated 4 months ago
