Table of Contents

Class FuelTaxAttributes

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Fuel tax attributes.

public class FuelTaxAttributes
Inheritance
FuelTaxAttributes
Inherited Members

Constructors

FuelTaxAttributes()

public FuelTaxAttributes()

Properties

RoadType

Gets or sets the road type.

public FuelTaxRoadType? RoadType { get; set; }

Property Value

FuelTaxRoadType?

FuelTaxRoadType

UpdatesAvailable

Gets or sets a value indicating whether updates are available to this detail.

public bool? UpdatesAvailable { get; set; }

Property Value

bool?

bool