UserVisaAdd
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 : string|null
- $type : string|null
- $fields : array<string|int, string>
Properties
$expire_date
public
string|null
$expire_date
The visa expiry date. Use ISO-8601 date format: 2022-04-21.
$issue_date
public
string|null
$issue_date
The visa issue date. Use ISO-8601 date format: 2022-04-21.
$number
public
string|null
$number
The visa number of the user.
$status
public
string|null
$status
The descriptor or ID of the visa status. Descriptors are not case sensitive, but otherwise must match the table value exactly.
$type
public
string|null
$type
The descriptor or ID of the visa type. Descriptors are not case sensitive, but otherwise must match the table value exactly.
$fields
protected
static array<string|int, string>
$fields
= ["number" => "string", "status" => "string", "type" => "string", "issue_date" => "string", "expire_date" => "string"]