ShuttleServicesRates
extends Model
in package
uses
HasFactory
Shuttle Services Rates Model
This model manages pricing and rate information for shuttle services at airports. It stores comprehensive details about transportation rates, vehicle types, pricing structures, and service options for different transportation modes.
Tags
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new ShuttleServicesRates model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'airport_name', 'airport_code', 'company_title', 'company_url', 'city', 'county', 'state', 'transportation_type', 'transit', 'scheduled_service', 'taxi', 'limo_car_service', 'charter_bus_service', 'shuttle', 'car_type', 'sedan', 'stretched_limo', 'suv', 'van', 'bus', 'price', 'currency', 'per_group', 'image_url', 'img_name', 'img_path', 'created_by', 'updated_by', 'created_at', 'updated_at', 'route_name', 'company_phone1', 'company_phone2', 'company_address', 'zip_code', 'description', 'sprinter']
Methods
__construct()
Create a new ShuttleServicesRates model instance.
public
__construct() : void
Sets the table name from configuration constants.