UserVisa
extends BaseComponent
in package
An object for visa information
Table of Contents
Properties
- $expire_date : string|null
- $issue_date : string|null
- $number : string|null
- $status : IdDescriptorField
- $type : IdDescriptorField
- $fields : array<string|int, string>
Properties
$expire_date
public
string|null
$expire_date
The expire date of the user visa.
$issue_date
public
string|null
$issue_date
The issue date of the user visa.
$number
public
string|null
$number
The number of the user visa.
$status
public
IdDescriptorField
$status
$type
public
IdDescriptorField
$type
$fields
protected
static array<string|int, string>
$fields
= ["number" => "string", "status" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "type" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "issue_date" => "string", "expire_date" => "string"]