using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Pilotfish.Afx.Services.Documents.Entities; using Pilotfish.Afx.Services.Forms.Entities; namespace Neo.Legitimate.VerificationConsole.Models { public class PrecheckModel : Pilotfish.Afx.Models.ConsoleModel { public List RequiredDocuments { get; set; } public List Questions { get; set; } public PrecheckDetail Application { get; set; } public long entityID { get; set; } public long itemID { get; set; } } }