Enum ItemType
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
Represents the type of an item.
public enum ItemType
Fields
[EnumMember(Value = "[0] = Article")] Article = 0Item type is an article.
[EnumMember(Value = "[1] = Service")] Service = 1Item type is a service.