Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 605 Bytes

ProgramTypeEnum.md

File metadata and controls

23 lines (11 loc) · 605 Bytes

ProgramTypeEnum

  • bachelors - Bachelor's Degree * masters - Master's Degree * phd - PhD * diploma - Diploma * certificate - Certificate * ungraded - Ungraded * other - Other

Enum

  • BACHELORS (value: 'bachelors')

  • MASTERS (value: 'masters')

  • PHD (value: 'phd')

  • DIPLOMA (value: 'diploma')

  • CERTIFICATE (value: 'certificate')

  • UNGRADED (value: 'ungraded')

  • OTHER (value: 'other')

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