StudentAthleticRequirementRead
extends BaseComponent
in package
Student athletic clearance requirement model
Tags
Table of Contents
Properties
- $athletic_requirement_date : string|null
- $id : int
- $is_complete : bool|null
- $school_year : IdDescriptorField
- $season : IdDescriptorField
- $fields : array<string|int, string>
Properties
$athletic_requirement_date
public
string|null
$athletic_requirement_date
The date of athletic
requirement. Use format ... Uses
ISO-8601 format:
2022-01-20T16:30:00-05:00
$id
public
int
$id
The ID of student athletic requirement
$is_complete
public
bool|null
$is_complete
Returns true if athletic requirement exists for the student
$school_year
public
IdDescriptorField
$school_year
$season
public
IdDescriptorField
$season
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "athletic_requirement_type" => "\\Blackbaud\\SKY\\School\\Components\\AthleticRequirementType", "school_year" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "season" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "is_complete" => "bool", "athletic_requirement_date" => "string"]