RedbookVehiclePricing
extends Model
in package
Table of Contents
- $avg_retail : int
- $avg_wholesale : int
- $created_at : string
- $good_retail : int
- $good_wholesale : int
- $id : int
- $new_price : int
- $private_max : int
- $private_min : int
- $redbook_vehicle_id : int
- $redbookVehicle : RedbookVehicle
- $trade_max : int
- $trade_min : int
- $updated_at : string
- $fillable : array<string|int, mixed>
- $table : string
- The table associated with the model.
- redbookVehicle() : BelongsTo
Properties
$avg_retail
public
int
$avg_retail
$avg_wholesale
public
int
$avg_wholesale
$created_at
public
string
$created_at
$good_retail
public
int
$good_retail
$good_wholesale
public
int
$good_wholesale
$id
public
int
$id
$new_price
public
int
$new_price
$private_max
public
int
$private_max
$private_min
public
int
$private_min
$redbook_vehicle_id
public
int
$redbook_vehicle_id
$redbookVehicle
public
RedbookVehicle
$redbookVehicle
$trade_max
public
int
$trade_max
$trade_min
public
int
$trade_min
$updated_at
public
string
$updated_at
$fillable
protected
array<string|int, mixed>
$fillable
= ['redbook_vehicle_id', 'avg_wholesale', 'avg_retail', 'good_wholesale', 'good_retail', 'trade_min', 'trade_max', 'private_min', 'private_max', 'new_price', 'created_at', 'updated_at']
$table
The table associated with the model.
protected
string
$table
= 'redbook_vehicle_pricing'
Methods
redbookVehicle()
public
redbookVehicle() : BelongsTo