Class LithuaniaTerminalParameter
- Namespace
- RetailForce.Fiscalisation.Implementation.Lithuania
- Assembly
- RetailForce.Fiscalisation.Model.dll
Configuration for a single tse unit.
public class LithuaniaTerminalParameter : ConfigurationValidationBase, IEquatable<LithuaniaTerminalParameter>
- Inheritance
-
ValidationBase<ValidationError>ValidationPropertyBase<ValidationError>LithuaniaTerminalParameter
- Implements
- Inherited Members
-
ValidationPropertyBase<ValidationError>.Validate()
Properties
AddressId
The Ieka Address id.
public long? AddressId { get; set; }
Property Value
- long?
CashRegisterAddressName
The cash register address name
public string CashRegisterAddressName { get; set; }
Property Value
CashRegisterHardwareVersionId
The Ieka cashregister hardware verison id
public long? CashRegisterHardwareVersionId { get; set; }
Property Value
- long?
CashRegisterModelNo
The CashRegister Model Number
public long? CashRegisterModelNo { get; set; }
Property Value
- long?
CashRegisterSeriesNo
The CashRegister Series Number
public string CashRegisterSeriesNo { get; set; }
Property Value
CashRegisterSoftwareVersionId
The Ieka cashregister software verison id
public long? CashRegisterSoftwareVersionId { get; set; }
Property Value
- long?
CertifiedEmployeeId
The Ieka Employee Id
public long? CertifiedEmployeeId { get; set; }
Property Value
- long?
LocationLksX
The X coordinate of LKS-94 location
public int? LocationLksX { get; set; }
Property Value
- int?
LocationLksY
The Y coordinate of LKS-94 location
public int? LocationLksY { get; set; }
Property Value
- int?
SecurityModuleHardwareVersionId
The Ieka securitymodule hardware version id
public long? SecurityModuleHardwareVersionId { get; set; }
Property Value
- long?
SecurityModuleIdentificationNo
The Iek
public string SecurityModuleIdentificationNo { get; set; }
Property Value
SecurityModuleSoftwareVersionId
The Ieka securitymodule software version id
public long? SecurityModuleSoftwareVersionId { get; set; }
Property Value
- long?
WorkingNameOfCashregister
The working name of the cashregister
public string WorkingNameOfCashregister { get; set; }
Property Value
Methods
Equals(LithuaniaTerminalParameter)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(LithuaniaTerminalParameter other)
Parameters
otherLithuaniaTerminalParameterAn object to compare with this object.