SupportLevelFees


Description

Support level fee structure defining detailed pricing and user limits for different support tiers. This table manages the fee structure for support levels, including user quotas, maximum limits, monthly charges, and support level associations, supporting flexible pricing models and subscription billing calculations.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pkSuppFeeID int identity 4 null

Primary key - Unique identifier for each support level fee record

UserIncluded int 4 null

Users included - Number of users included in the base fee

UserMax int 4 null

Maximum users - Maximum number of users allowed for this fee structure

UserFeePerMon money 21,4 null

Monthly fee per user - Monthly fee charged per user

SupportLevel int 4 null

Support level reference - Links to the associated support level

Indexes

Constraint Name Type Sort Column(s)
PK_SupportLevelFees Primary key Asc pkSuppFeeID

Relationships