new AttendanceHeader(branchdesc, name, programdesc, stynumber)
Class which contains header info in the Attendance API
Parameters:
Name | Type | Description |
---|---|---|
branchdesc |
string | Description of the branch |
name |
string | Name of the student or entity |
programdesc |
string | Description of the program |
stynumber |
string | Style number or identifier |
- Source:
Methods
(static) from_json(resp) → {AttendanceHeader}
Static method to create an AttendanceHeader from a JSON object
Parameters:
Name | Type | Description |
---|---|---|
resp |
object | JSON object representing AttendanceHeader |
- Source:
Returns:
A new AttendanceHeader instance
- Type
- AttendanceHeader