Table of Contents

Class StoredDocumentFull

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

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

public class StoredDocumentFull
Inheritance
StoredDocumentFull
Inherited Members

Constructors

StoredDocumentFull()

Constructor.

public StoredDocumentFull()

StoredDocumentFull(Document, FiscalResponse?, FiscalClient, string?)

Constructor.

public StoredDocumentFull(Document document, FiscalResponse? fiscalResponse, FiscalClient fiscalClient, string? additionalInfo = null)

Parameters

document Document
fiscalResponse FiscalResponse
fiscalClient FiscalClient
additionalInfo string

Properties

AdditionalInfo

The closing identifier for the cashpoint closing.

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

Property Value

string

Document

The document.

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

Property Value

Document

FiscalClient

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

Property Value

FiscalClient

FiscalResponse

The fiscal response for this document.

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

Property Value

FiscalResponse