Adder
|
decimal |
An adder (or subtractor) for the fuel price
|
AddIFTASurchargeToTotal
|
Boolean |
Flag to indicate if the IFTA Surcharge should be added to grand total and to the cost per gallon |
AddMileTaxToTotal
|
Boolean |
Flag to indicate if Mile Tax should be added to the grand total and to the cost per gallon |
AddStateTaxToTotal
|
Boolean |
Flag to indicate if State Tax should be added to the grand total and to the cost per gallon
|
CompanyCode
|
string |
ProMiles assigned company code for authentication |
FuelSurchargeTrigger
|
decimal |
The Fuel Surcharge Trigger for the analysis |
FuelType
|
string |
Use OPIS_RETAIL, OPIS_COST, OPIS_RACK, PROMILES_RETAIL. Note: to use OPIS pricing you must have already have an agreement with OPIS to use their pricing. |
MPG
|
decimal |
Truck’s miles per gallon rating |
Password
|
string |
ProMiles assigned password for authentication |
RequestedFuelDate
|
date |
The date of the prices to used for the analysis |
RouteMethod
|
string |
Use practical or shortest. |
TripLegCollection
|
TripLeg[] |
An array of TripLeg objects that represent route points |
Username
|
string |
ProMiles assigned username for authentication |
UseMajorChainsOnly
|
Boolean |
Indicates if the engine should only use truck stops in the five major chains (Pilot, TA, Loves, Petro, Flying J) |
UseNetwork
|
Boolean |
Indicates the engine should only use truck stops included in the Network Collection (below) |
Network
|
NetworkStops[] |
A collection of network stops |
ExcludeMexico
|
Boolean |
If true, the engine will not include miles / fuel in Mexico in the fuel calculations |