Members
code :string
The string representing this code.
Type:
- string
description :string
A short description of this code.
Type:
- string
id :number
The ID of this attendance code.
Type:
- number
schoolNumber :number
The number of the school this code belongs to.
Type:
- number
sortOrder :number
A number representing the order this code should appear in when sorted.
Type:
- number
type :number
The type of this code.
Type:
- number
yearID :number
The year ID this code is valid for.
Type:
- number
Methods
getSchool() → {PowerSchoolSchool}
Get the school this code belongs to.
Returns:
- Type
- PowerSchoolSchool