CHARGING_PLAN
Definition
The CHARGING_PLAN table contains the charging plan
Technical Data
| Schema Version |
4.5.13 |
| Partitioned |
No |
Summary
The CHARGING_PLAN table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The charging plan OID |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_CHARGING_PLAN |
NAME
| Definition |
The name of the charging plan |
| Type |
NVARCHAR(256), NOT NULL |
DESCRIPTION
| Definition |
The description of the charging plan |
| Type |
NVARCHAR(256), NULL |
PLAN_OID
| Definition |
The price plan to which this charging plan belongs to |
| Type |
DECIMAL(28), NOT NULL |
Primary Key Details
PK_CHARGING_PLAN