VehicleProfile

fun VehicleProfile(    weight: Int = 1500,     hazmat: HazmatSettings = HazmatSettings(),     type: Int = LogisticInfoSettings.VehicleType.Car)