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