Class FuelTransactionImporterSettingXmlAdapter
Settings for Fuel Transaction Importer.
public abstract class FuelTransactionImporterSettingXmlAdapter
- Inheritance
-
FuelTransactionImporterSettingXmlAdapter
- Derived
- Inherited Members
Constructors
FuelTransactionImporterSettingXmlAdapter()
protected FuelTransactionImporterSettingXmlAdapter()
Properties
ApiPassword
Gets or sets the API password.
public string? ApiPassword { get; set; }
Property Value
- string
The API password.
ApiUserName
Gets or sets the name of the API user.
public string? ApiUserName { get; set; }
Property Value
- string
The name of the API user.
Federations
Gets or sets the federations to run against.
public string[]? Federations { get; set; }
Property Value
- string[]
The list of federation names.
FuelTransactionImportProviders
Gets or sets the fuel transaction import providers.
public FuelTransactionImportProvider[]? FuelTransactionImportProviders { get; set; }
Property Value
- FuelTransactionImportProvider[]
The fuel transaction import providers.
IsEnabled
Gets or sets a value indicating whether this instance is enabled.
public bool? IsEnabled { get; set; }
Property Value
NextRun
Gets or sets the nest run.
public DateTime? NextRun { get; set; }
Property Value
- DateTime?
The nest run.
SkipMultipleServersError
Gets or sets a value indicating whether we skip having an error caused by multiple servers have fuel transaction importer enabled
public bool? SkipMultipleServersError { get; set; }