1 2 3 4 5 6 7 8 9
namespace VSH.Data.Enums; public enum OrderAdminStatus { VIPPS_CAPTURED = 0, INVOICE_SENT = 1, PAYED = 2, IN_PROGESS = 3, }