@fairfleet/geotab / FuelEvent
Log of fueling events.
-
↳
FuelEvent
• confidence: FuelUpEventConfidences
Gets or sets the confidence associated with the Fuel record.
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:12
• cost: number
Gets or sets the cost of the fuel transaction. Default [0].
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:14
• currencyCode: string
Gets or sets the three digit ISO 427 currency code (http://www.xe.com/iso4217.php). Default ["USD"].
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:16
• dateTime: Date
Gets or sets the UTC date and time of the transaction.
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:18
• id: string
Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.
src/types/Checkmate/ObjectModel/Entity.ts:14
• location: unknown
Gets or sets the Coordinate of the transaction retailer. Default [0,0].
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:20
• odometer: number
Gets or sets the driver recorded odometer reading in km. Default [0].
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:22
• productType: FuelTransactionProductType
Gets or sets the FuelTransactionProductType of this transaction. Default [Unknown].
src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:24
• version: number
Gets or sets the version of the entity.
src/types/Checkmate/ObjectModel/EntityWithVersion.ts:10
• volume: number
Gets or sets the volume of fuel purchased in Liters. Default [0].