Table of Contents

Class StoredDocument

Namespace
RetailForce.Fiscalisation.Model.Document
Assembly
RetailForce.Fiscalisation.Model.dll

Represents a class containing the Document, the FiscalResponse and the closing identifier.

public class StoredDocument
Inheritance
StoredDocument
Inherited Members

Constructors

StoredDocument()

Constructor.

public StoredDocument()

StoredDocument(string, Document, FiscalResponse)

Constructor.

public StoredDocument(string closingIdentifier, Document document, FiscalResponse fiscalResponse)

Parameters

closingIdentifier string
document Document
fiscalResponse FiscalResponse

Properties

ClosingIdentifier

The closing identifier for the cashpoint closing.

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

Property Value

string

Document

The document.

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

Property Value

Document

FiscalResponse

The fiscal response for this document.

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

Property Value

FiscalResponse