truckFuels property

List<TruckFuel> truckFuels
getter/setter pair

The list of truck fuel types associated with the fuel station. The list can be empty when no truck fuels are offered or when the information is unknown.

Implementation

List<TruckFuel> truckFuels;