CandidateVisitReadModel
extends BaseComponent
in package
An object with candidate visit information
Tags
Table of Contents
Properties
- $comment : string|null
- $did_not_show : bool|null
- $end_time : string|null
- $guide : UserBaseReadModel
- $guide_other : string|null
- $id : int|null
- $is_rescheduled : bool|null
- $start_time : string|null
- $type : SourceModel
- $fields : array<string|int, string>
Properties
$comment
public
string|null
$comment
The comment for the visit
$did_not_show
public
bool|null
$did_not_show
True if candidate did not show for visit
$end_time
public
string|null
$end_time
The start time of the visit
$guide
public
UserBaseReadModel
$guide
User base read model
$guide_other
public
string|null
$guide_other
Information for non-user guide
$id
public
int|null
$id
The ID of the candidate visit
$is_rescheduled
public
bool|null
$is_rescheduled
True if visit was rescheduled
$start_time
public
string|null
$start_time
The start time of the visit
$type
public
SourceModel
$type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "type" => "\\Blackbaud\\SKY\\School\\Components\\SourceModel", "start_time" => "string", "end_time" => "string", "guide" => "\\Blackbaud\\SKY\\School\\Components\\UserBaseReadModel", "guide_other" => "string", "accompanying_adults" => "\\Blackbaud\\SKY\\School\\Components\\UserBaseReadModel[]", "is_rescheduled" => "bool", "did_not_show" => "bool", "comment" => "string"]