namespace FruitBank.Common; public enum DocumentType : int { NotSet = 0, Unknown = 5, ShippingDocument = 10, OrderConfirmation = 15, Invoice = 20, }