fuels property
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;
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.
List<GenericFuel> fuels;