//------------------------------------------------------------------------------ // // 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.LegitimateLicences.Data.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Vw_ApplicationDetails_Receipts { public long ApplicationDetailID { get; set; } public Nullable WorkflowInstanceID { get; set; } public string ApplicationNumber { get; set; } public string RequestType { get; set; } public int Cost { get; set; } public string Member { get; set; } public string ReceiptNumber { get; set; } public string ReceiptDetailID { get; set; } public short PaymentTypeID { get; set; } public int LicenceCount { 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; } public short OfficeLocationID { get; set; } } }