RedbookVehicleFamilyDriveVehiclePricingMapping
extends Model
in package
Table of Contents
- $drive_vehicle_family_pricing_id : int
- $driveVehicleFamilyPricing : DriveVehicleFamilyPricing
- $redbook_vehicle_family_id : int
- $redbookVehicleFamily : RedbookVehicleFamily
- $timestamps : bool
- $fillable : array<string|int, mixed>
- $table : string
- driveVehicleFamilyPricing() : BelongsTo
- redbookVehicleFamily() : BelongsTo
Properties
$drive_vehicle_family_pricing_id
public
int
$drive_vehicle_family_pricing_id
$driveVehicleFamilyPricing
public
DriveVehicleFamilyPricing
$driveVehicleFamilyPricing
$redbook_vehicle_family_id
public
int
$redbook_vehicle_family_id
$redbookVehicleFamily
public
RedbookVehicleFamily
$redbookVehicleFamily
$timestamps
public
bool
$timestamps
= false
$fillable
protected
array<string|int, mixed>
$fillable
= ['redbook_vehicle_family_id', 'drive_vehicle_family_pricing_id']
$table
protected
string
$table
= 'redbook_vehicle_family_drive_vehicle_family_pricing_mappings'
Methods
driveVehicleFamilyPricing()
public
driveVehicleFamilyPricing() : BelongsTo
Return values
BelongsTo —redbookVehicleFamily()
public
redbookVehicleFamily() : BelongsTo