Object Members
Name | Type | Notes |
---|---|---|
Adder
|
decimal | Echoed back from the FuelSurchargeRequest object |
CostInExcessOfTrigger
|
decimal | The cost per gallon of the fuel minus the fuel surcharge trigger |
CostPerGallon
|
decimal | The weighted cost per gallon for the trip. This will include state and mile taxes and IFTA surcharge if those options were selected in the FuelSurchargeRequest object |
CostPerMile
|
decimal | The weighted cost per mile for the trip |
ErrorDescription
|
string | If IsSuccess is false, this string will report the reason |
FSCRevenue
|
decimal | The fuel surcharge revenue for the trip calculated by taking the CostInExcessOfTrigger and multiplying it by TotalGallonsConsumed. |
FuelDate
|
date | Date echoed back from the FuelSurchargeRequest object |
FuelSurchargeTrigger
|
decimal | Echoed back from the FuelSurchargeRequest object |
FuelType
|
string | Echoed back from the FuelSurchargeRequest object |
IFTATaxPerGallon
|
decimal | The IFTA Tax per gallon for the route |
IsSuccess
|
boolean | Is true or false. If true, the request completed successfully. If false, the reason is reported in the ErrorDescription member |
MileTaxPerGallon
|
decimal | The Mile Tax per gallon for the route |
MPG
|
decimal | Echoed back from the FuelSurchargeRequest object |
ReportGeneratedDate
|
date | Date and time the request was processed |
StateDataCollection
|
StateData[] | Array of StateData objects representing the states passed through on the route |
StateTaxPerGallon
|
decimal | Total state tax divided by total gallons consumed |
TotalFSCRevenue
|
decimal | Total fuel surcharge revenue for the trip |
TotalFuelCost
|
decimal | CostPerGallon * TotalGallonsConsumed |
TotalFuelTax
|
decimal | Totals state fuel tax cost for the trip |
TotalGallonsConsumed
|
decimal | Gallons consumed by the truck for the trip |
TotalIFTASurcharge
|
decimal | The total IFTA surcharge incurred during the trip |
TotalMileTax
|
decimal | The total mile tax incurred during the trip |
TripDestination
|
decimal | The destination of the trip |
TripMiles
|
decimal | Trip distance in miles |
TripOrigin
|
string | The origin of the trip |
TruckStopDataCollection
|
TruckStopData[] | Array of TruckStopData objects representing truck stops along the route |