Documentation

DegreeOutputModel extends BaseComponent
in package

Tags
@property

?\Blackbaud\SKY\School\Components\AreaOfStudyOutputModel[] $requirement_set

@property

?\Blackbaud\SKY\School\Components\UserAreaOfStudyReferenceOutputModel[] $majors

@property

?\Blackbaud\SKY\School\Components\UserAreaOfStudyReferenceOutputModel[] $minors

@property

?\Blackbaud\SKY\School\Components\UserAreaOfStudyReferenceOutputModel[] $concentrations

Table of Contents

Properties

$completed_on  : string|null
$conferred_on  : string|null
$created  : string|null
$created_by  : string|null
$credits_completed  : float|null
$credits_in_progress  : float|null
$credits_remaining  : float|null
$declared_on  : string|null
$id  : int|null
$modified  : string|null
$modified_by  : string|null
$fields  : array<string|int, string>

Properties

$created_by

public string|null $created_by

The BBID of the user who created the area of study

$credits_completed

public float|null $credits_completed

From User Area of Study Reference

$credits_in_progress

public float|null $credits_in_progress

From User Area of Study Reference

$credits_remaining

public float|null $credits_remaining

From User Area of Study Reference

$declared_on

public string|null $declared_on

From User Area of Study Reference

$modified

public string|null $modified

The date the area of study was last modified

$modified_by

public string|null $modified_by

The BBID of the user who last modified the area of study

$fields

protected static array<string|int, string> $fields = ["id" => "int", "declared_on" => "string", "completed_on" => "string", "conferred_on" => "string", "credits_completed" => "float", "credits_in_progress" => "float", "credits_remaining" => "float", "created_by" => "string", "modified_by" => "string", "created" => "string", "modified" => "string", "requirement_set" => "\\Blackbaud\\SKY\\School\\Components\\AreaOfStudyOutputModel[]", "majors" => "\\Blackbaud\\SKY\\School\\Components\\UserAreaOfStudyReferenceOutputModel[]", "minors" => "\\Blackbaud\\SKY\\School\\Components\\UserAreaOfStudyReferenceOutputModel[]", "concentrations" => "\\Blackbaud\\SKY\\School\\Components\\UserAreaOfStudyReferenceOutputModel[]"]

        
On this page

Search results