Models.Responses.UserTransactionsResponse
objectThe request has succeeded.
dataarray[object]required
Show Child Parameters
metaobject
Show Child Parameters
linksarray[object]required
Show Child Parameters
Example
Models.Responses.UserVouchersResponse
objectThe request has succeeded.
dataarray[object]required
Show Child Parameters
metaobject
Show Child Parameters
linksarray[object]required
Show Child Parameters
Example
Models.SchoolOption
objectnamestringrequired
codestringrequired
idstring(uuid)required
Example
Models.StudentInformation
objectschoolIdstringrequired
The unique identifier of the school the student is enrolled in. Can be obtained from the /metadata/users/school-options endpoint.
studyLevelstringrequired
The study level of the student. Can be obtained from the /metadata/users/study-level-options endpoint.
academicYearstringrequired
The academic year of the student.
lastYearbooleanrequired
Indicates if the student is in their last year.
Example
Models.StudyLevelOption
objectnamestringrequired
codestringrequired
idstring(uuid)required
Example