Table of Contents

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 = 0

Item type is an article.

[EnumMember(Value = "[1] = Service")] Service = 1

Item type is a service.