fuels property

List<GenericFuel> fuels
getter/setter pair

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

Implementation

List<GenericFuel> fuels;