InhabitationStatus

    public enum InhabitationStatus
    {
        Pending,
        Active,
        Departed,
        Deleted
    }

Last updated