namespace VSH.Data.Enums; public enum OrderPaymentType { VIPPS = 0, INVOICE_BY_EMAIL = 1 }