Class FuelTransactionImportSettingXmlAdapter
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
- fuelTransactionImportSettingsFuelTransactionImportSettingXmlAdapter
- 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
LastPriceRun
Gets or sets the last imported price file creation date time.
public DateTime? LastPriceRun { get; set; }Property Value
LastRun
Gets or sets the last imported file creation date time.
public DateTime? LastRun { get; set; }