Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 3.86 KB

FuelEvent.md

File metadata and controls

156 lines (83 loc) · 3.86 KB

@fairfleet/geotab / FuelEvent

Interface: FuelEvent

Log of fueling events.

Hierarchy

Table of contents

Properties

Properties

confidence

confidence: FuelUpEventConfidences

Gets or sets the confidence associated with the Fuel record.

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:12


cost

cost: number

Gets or sets the cost of the fuel transaction. Default [0].

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:14


currencyCode

currencyCode: string

Gets or sets the three digit ISO 427 currency code (http://www.xe.com/iso4217.php). Default ["USD"].

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:16


dateTime

dateTime: Date

Gets or sets the UTC date and time of the transaction.

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:18


id

id: string

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

Inherited from

EntityWithVersion.id

Defined in

src/types/Checkmate/ObjectModel/Entity.ts:14


location

location: unknown

Gets or sets the Coordinate of the transaction retailer. Default [0,0].

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:20


odometer

odometer: number

Gets or sets the driver recorded odometer reading in km. Default [0].

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:22


productType

productType: FuelTransactionProductType

Gets or sets the FuelTransactionProductType of this transaction. Default [Unknown].

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:24


version

version: number

Gets or sets the version of the entity.

Inherited from

EntityWithVersion.version

Defined in

src/types/Checkmate/ObjectModel/EntityWithVersion.ts:10


volume

volume: number

Gets or sets the volume of fuel purchased in Liters. Default [0].

Defined in

src/types/Checkmate/ObjectModel/Fuel/FuelEvent.ts:26