EnrollmentDTO

EnrollmentDTO

Data Transfer Object (DTO) for representing enrollment details.

Constructor

new EnrollmentDTO(params)

Create a new instance of EnrollmentDTO.
Source:
Parameters:
Name Type Description
params Object The parameters for initializing the DTO.
Name Type Description
id number The ID of the enrollment.
validated boolean Flag indicating if the enrollment is validated.
status string The status of the enrollment.
Student Object The student associated with the enrollment.
Training Object The training associated with the enrollment.