Table of Contents

Class FuelTransactionImportSettingXmlAdapter

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

Settings for Fuel Transaction Importer.

public abstract class FuelTransactionImportSettingXmlAdapter
Inheritance
FuelTransactionImportSettingXmlAdapter
Derived
Inherited Members

Constructors

FuelTransactionImportSettingXmlAdapter()

Initializes a new instance of the FuelTransactionImportSettingXmlAdapter class.

protected FuelTransactionImportSettingXmlAdapter()

FuelTransactionImportSettingXmlAdapter(FuelTransactionImportSettingXmlAdapter)

Initializes a new instance of the FuelTransactionImportSettingXmlAdapter class.

protected FuelTransactionImportSettingXmlAdapter(FuelTransactionImportSettingXmlAdapter fuelTransactionImportSettings)

Parameters

fuelTransactionImportSettings FuelTransactionImportSettingXmlAdapter

The fuel transaction import settings.

Properties

CustomerId

Gets or sets the provider customer id.

public string? CustomerId { get; set; }

Property Value

string

The provider customer id.

FuelTransactionProvider

Gets or sets the fuel transaction provider.

public FuelTransactionProvider? FuelTransactionProvider { get; set; }

Property Value

FuelTransactionProvider?

FuelTransactionProvider

LastPriceRun

Gets or sets the last imported price file creation date time.

public DateTime? LastPriceRun { get; set; }

Property Value

DateTime?

DateTime

LastRun

Gets or sets the last imported file creation date time.

public DateTime? LastRun { get; set; }

Property Value

DateTime?

DateTime