Charge Member Costs
Charge member costs (team_price_groups.team_price_group_type = member_cost
) are 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.
💡NOTE: These records are references to "Member Cost Groups" from Portal.
Name | Data Type | Description |
---|---|---|
charge_member_cost_id | INTEGER | Unique ID for the charge member cost |
cost | DECIMAL | Associated cost in currency of the charge session. |
charge_id | INTEGER | Associated charge session. |
cost_group_id | INTEGER | Associated team price group (type: member_cost) |
created_at | TIMESTAMP | Timestamp of creation of the team price group |
updated_at | TIMESTAMP | Timestamp of last update of the team price group |
Updated 10 days ago