Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 962 Bytes

EnrollmentStatsEntity.md

File metadata and controls

13 lines (10 loc) · 962 Bytes

EnrollmentStatsEntity

Properties

Name Type Description Notes
date \DateTime Date these stats relate to [optional]
enrollment_count int Number of employees that enrolled within a 1 week period [optional] [default to 56]
new_account_enrollment_count int Number of employees enrolled who are from accounts <= 1 week old [optional] [default to 17]
semi_new_account_enrollment_count int Number of employees enrolled who are from accounts > 1 week old and <= 30 days old [optional] [default to 31]
old_account_enrollment_count int Number of employees enrolled who are from accounts > 30 days old [optional] [default to 8]

[Back to Model list] [Back to API list] [Back to README]