AreaOfStudyOutputModel
extends BaseComponent
in package
Table of Contents
Properties
- $award_level : int|null
- $degree : Degree
- $description : string|null
- $id : int|null
- $primary_area_of_study_id : int|null
- $type : string|null
- $fields : array<string|int, string>
Properties
$award_level
public
int|null
$award_level
The designated award level for this area of study
$degree
public
Degree
$degree
$description
public
string|null
$description
The long description of the area of study
$id
public
int|null
$id
The Id of the area of study
$primary_area_of_study_id
public
int|null
$primary_area_of_study_id
$type
public
string|null
$type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "primary_area_of_study_id" => "int", "description" => "string", "award_level" => "int", "type" => "string", "degree" => "\\Blackbaud\\SKY\\School\\Components\\Degree"]