Table of Contents

Enum ReferenceType

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

The reference type of the document (position) reference.

[JsonConverter(typeof(StringEnumConverter))]
[TypeConverter(typeof(EnumMemberEnumConverter))]
public enum ReferenceType

Fields

[EnumMember(Value = "[0] = Cancellation")] Cancellation = 0

Represents a reference to a voided document / document position.

[EnumMember(Value = "[1] = Predecessor")] Predecessor = 1

Represents a reference to a previous linked document.

[EnumMember(Value = "[2] = Reprint")] Reprint = 2

Represents a reference to a document which is reprinted.