//------------------------------------------------------------------------------ // // 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.Ltps { using System; using System.Collections.Generic; public partial class LtpsData { public string ApplicationNumber { get; set; } public string ApplicationDate { get; set; } public string ApplicationStatus { get; set; } public string ApplicationType { get; set; } public string ReceiptNumber { get; set; } public string ApplicantReference { get; set; } public string IDNumber { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public string Initials { get; set; } public string TelephoneNumber { get; set; } public string FaxNumber { get; set; } public string EmailAddress { get; set; } public string RouteNumber { get; set; } public string Origin { get; set; } public string Destination { get; set; } public string PermitNumber { get; set; } public string PermitIssue { get; set; } public string PermitDate { get; set; } public string PermitType { get; set; } public string PermitStatus { get; set; } public string StartDate { get; set; } public string EndDate { get; set; } public string CertificateNumber { get; set; } public string PassengerType { get; set; } public string VehicleReference { get; set; } public string VehicleType { get; set; } public string VehicleMake { get; set; } public string RegistrationNumber { get; set; } public string ChassisNumber { get; set; } public string EngineNumber { get; set; } public string GrossMass { get; set; } public string SeatingCapacity { get; set; } public string COFExpiry { get; set; } public string COFReferenceNumber { get; set; } public string NatisNumber { get; set; } public string AssociationReference { get; set; } public string AssociationName { get; set; } public string AssociationStatus { get; set; } public string PhysicalAddressCode { get; set; } public string PhysicalAddressline1 { get; set; } public string PhysicalAddressline2 { get; set; } public string PhysicalAddressline3 { get; set; } public long LtpsDataID { get; set; } public bool RecordAddedManually { get; set; } public Nullable RecordAddedByID { get; set; } } }