1 2 3 4 5 6 7
namespace VSH.Data.Enums; public enum OrderPaymentType { VIPPS = 0, INVOICE_BY_EMAIL = 1 }