VfactsPricingSegment
extends Model
in package
Table of Contents
- $created_at : string
- $driveVehicles : array<string|int, DriveVehicle>
- $id : int
- $name : string
- $redbookVehicles : array<string|int, RedbookVehicle>
- $updated_at : string
- $fillable : array<string|int, mixed>
- $keyType : string
- The "type" of the auto-incrementing ID.
- driveVehicles() : HasMany
- redbookVehicles() : HasMany
Properties
$created_at
public
string
$created_at
$driveVehicles
public
array<string|int, DriveVehicle>
$driveVehicles
$id
public
int
$id
$name
public
string
$name
$redbookVehicles
public
array<string|int, RedbookVehicle>
$redbookVehicles
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, mixed>
$fillable
= ['name', 'created_at', 'updated_at']
$keyType
The "type" of the auto-incrementing ID.
protected
string
$keyType
= 'integer'
Methods
driveVehicles()
public
driveVehicles() : HasMany
Return values
HasMany —redbookVehicles()
public
redbookVehicles() : HasMany