Enrollment
Is the student's enrollment in a CourseClass. Storage student's LessonProgress.
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| status | String | Enrollment's status. Only accepts pending, active, expired, deactivated or canceled |
| unlimited | Boolean | Says if the enrollment is unlimited, accepts true or false |
| available_until | DateTime | Expiration date |
| code | String | String that represents the object |
| course_classes | Array<CourseClass> | course classes which the student has association through the enrollment |
| student | Student | Student |