Table of Contents

Enum BusinessSector

Namespace
RetailForce.Fiscalisation.Configuration
Assembly
RetailForce.Fiscalisation.Model.dll

The business sector of the client.

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

Fields

[EnumMember(Value = "ECharging")] ECharging = 3
[EnumMember(Value = "GasStation")] GasStation = 6
[EnumMember(Value = "Hospitality")] Hospitality = 1
[EnumMember(Value = "Parking")] Parking = 4
[EnumMember(Value = "PersonTransport")] PersonTransport = 2
[EnumMember(Value = "Retail")] Retail = 0
[EnumMember(Value = "VendingMachines")] VendingMachines = 5