FuelSurchargeTotalsResponse

Object Members

Name Type Notes
Adder decimal Echoed back from the FuelSurchargeRequest object
CostInExcessOfTrigger decimal The cost of the fuel minus the fuel surcharge trigger
CostPerGallon decimal The weighted cost per gallon for the trip. This will include state and 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
FuelDate date Date echoed back from the FuelSurchargeRequest object
IsSuccess bool Is true or false. If true, the request completed successfully. If false, the reason is reported in the ErrorDescription member
ReportGeneratedDate date Date and time the request was processed
StateTaxPerGallon decimal Total state tax divided by total gallons consumed
TotalFSCRevenue decimal The fuel surcharge revenue for the trip calculated by taking the CostInExcessOfTrigger and multiplying it by TotalGallonsConsumed.
TotalFuelCost decimal CostPerGallon * TotalGallonsConsumed
TotalFuelTax decimal 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
TripMiles decimal Trip distance in miles