Table of Contents

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

string

SoftwareCompany

The name of the companies creating the cash register software.

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SoftwareCompany { get; set; }

Property Value

string

Version

The actual version of the used cashregister software.

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Version { get; set; }

Property Value

string