Class TseDriverInfo
- Namespace
- RetailForce.Fiscalisation.Implementation.Germany
- Assembly
- RetailForce.Fiscalisation.Model.dll
Information about tse driver and it's configuration.
public class TseDriverInfo
- Inheritance
-
TseDriverInfo
- Inherited Members
Properties
Parameters
Additional parameters to configure the tse driver
public List<ParameterInfo> Parameters { get; set; }
Property Value
TseDriver
The driver for this driver information
public TseDriver TseDriver { get; set; }
Property Value
UseGuid
True if guid is to use; otherwise false
public bool UseGuid { get; set; }