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 = 0Represents a reference to a voided document / document position.
[EnumMember(Value = "[1] = Predecessor")] Predecessor = 1Represents a reference to a previous linked document.
[EnumMember(Value = "[2] = Reprint")] Reprint = 2Represents a reference to a document which is reprinted.