StudentAthleticRequirementUpdate
extends BaseComponent
in package
Student medication
Tags
Table of Contents
Properties
- $school_year : string|null
- $season : string
- $user_id : int
- $fields : array<string|int, string>
Properties
$school_year
public
string|null
$school_year
The ID or label of the school year. Defaults to current school year.
$season
public
string
$season
The ID of the athletic season.
$user_id
public
int
$user_id
The user ID of the student.
$fields
protected
static array<string|int, string>
$fields
= ["user_id" => "int", "school_year" => "string", "season" => "string", "athletics_requirement" => "\\Blackbaud\\SKY\\School\\Components\\StudentAthleticRequirement[]"]