Class Software
- Namespace
- RetailForce.Fiscalisation.Configuration
- Assembly
- RetailForce.Fiscalisation.Model.dll
Cashregister software information.
public class Software
- Inheritance
-
Software
- Inherited Members
Properties
Brand
The name of the used cashregister software.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Brand { get; set; }
Property Value
SoftwareCompany
The name of the companies creating the cash register software.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SoftwareCompany { get; set; }
Property Value
Version
The actual version of the used cashregister software.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Version { get; set; }