Table of Contents

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

List<ParameterInfo>

TseDriver

The driver for this driver information

public TseDriver TseDriver { get; set; }

Property Value

TseDriver

UseGuid

True if guid is to use; otherwise false

public bool UseGuid { get; set; }

Property Value

bool