//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace Neo.Legitimate.Data.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Vw_ApplicationRequestDetails_Receipts { public long ApplicationRequestDetailID { get; set; } public Nullable WorkflowInstanceID { get; set; } public string ApplicationNumber { get; set; } public string RequestType { get; set; } public Nullable Cost { get; set; } public string Member { get; set; } public string ReceiptNumber { get; set; } public Nullable ReceiptDetailID { get; set; } public Nullable PaymentTypeID { get; set; } public int VehicleCount { get; set; } public string ChassisNumber { get; set; } public string EngineNumber { get; set; } public string VehicleRegNumber { get; set; } public bool IsCancelled { get; set; } public string ApplicationDescription { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public Nullable AdjudicationCount { get; set; } } }