Charge Member Costs
The table has the calculated member cost (team_price_groups_type = member_cost) which is similar to how member prices work, but the user is not really paying for it, and behaves as a cost that is only used by the team/operator.
Name | Data Type | Description |
---|---|---|
team_price_group_id | INTEGER | Unique ID for the team price group |
team_id | INTEGER | ID of the team |
external_id | VARCHAR | External ID reference to the team price group. |
team_price_group_name | VARCHAR | Name assigned to the team price group |
team_member_count | INTEGER | Count of members in the team |
charge_point_count | INTEGER | Count fo charge points assigned this price group |
created_at | TIMESTAMP | Timestamp of creation of the team price group |
updated_at | TIMESTAMP | Timestamp of last update of the team price group |
Updated about 8 hours ago