Table of Contents

Enum ProgramType

Namespace
RetailForce.Fiscalisation.Implementation.Portugal
Assembly
RetailForce.Fiscalisation.Model.dll

The program type enum.

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

Fields

[EnumMember(Value = "[1] = Invoicing and Receipts")] InvoicingAndReceipts = 1

Both invoicing and receipts.

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

Receipts only.