Drive Manifold

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

$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

Search results