GameTransportation
extends BaseComponent
in package
Table of Contents
Properties
- $begin_use : string|null
- $end_use : string|null
- $full_day : bool|null
- $transportation_id : int
- $fields : array<string|int, string>
Properties
$begin_use
public
string|null
$begin_use
Start date/time for transportation use
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$end_use
public
string|null
$end_use
End date/time for transportation use
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$full_day
public
bool|null
$full_day
Toggle if transportation should be booked for the full day
$transportation_id
public
int
$transportation_id
ID of the transportation item to be used
$fields
protected
static array<string|int, string>
$fields
= ["transportation_id" => "int", "full_day" => "bool", "begin_use" => "string", "end_use" => "string"]