using System; namespace Swift.API.Common.Enum { [Flags] public enum NOTIFICATION_TYPE { SMS, EMAIL, PUSH_NOTIFICATION } }