namespace BuddyFinance.Integration.Models.Enums { public enum FicaStatusEnum { NotCompliant = 1, PartiallyCompliant, FullyCompliant } }