namespace BankOperationsUpdate.WorkerService.Data.Models.Enum; public enum Status { NEW, CONFIRMED, CANCELED, }