Description
A FuelOptimizationNetworkResult is a summary of fuel optimization for one network. It contains the estimated savings, the list of stops to buy from (FuelOptimizationRows) and the average fuel cost for all stops on the route as well as those that were selected during optimization.
Version
Version 1.0
Parameter | Type | Notes |
---|---|---|
NetworkName
|
string | |
EstimatedTripSavings
|
Decimal | |
EstimatedSavingsPerGallon
|
Decimal | |
SelectedAverageExTax
|
Decimal | The average ExTax price for the stops selected during optimization |
AllAverageExTax
|
Decimal | |
SelectedAverageRetail
|
Decimal | |
AllAverageRetail
|
Decimal | |
SelectedFuelStops
|
List<SelectedFuelStop> | |
IsOptimized
|
bool | |
Message
|
string |
Notes
None