Enum DiscountType
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
The type of the discount.
[JsonConverter(typeof(StringEnumConverter))]
[TypeConverter(typeof(EnumMemberEnumConverter))]
public enum DiscountType
Fields
[EnumMember(Value = "[0] = Allowance")] Allowance = 0Represents a value discount.
[EnumMember(Value = "[1] = Discount")] Discount = 1Represents a percentage discount.
Remarks
The type of the discount can be a value or percentage.