truckFuels property
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;
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.
List<TruckFuel> truckFuels;