GetGasStationFuelTypeNameMappingService

interface GetGasStationFuelTypeNameMappingService

Functions

getGasStationFuelTypeNameMapping
Link copied to clipboard
@GET(value = "gas-stations/{id}/fueltype")
abstract fun getGasStationFuelTypeNameMapping(@Path(value = "id"id: String, @Query(value = "filter[productName]"filterproductName: String): Call<FuelType>