//------------------------------------------------------------------------------ // // 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; public partial class Pr_ApplicationRequestDetailsAwaitingReceipts_Result { 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 SurnameOrCompanyName { get; set; } public string FirstNames { get; set; } public string TradeName { get; set; } public string Member { get; set; } public Nullable VerifiedMemberID { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public short ApplicationRequestTypeID { get; set; } public short SourceApplicationID { get; set; } public bool IsNewAssociationRequired { get; set; } public bool IsNewMemberRequired { get; set; } public bool IsNewRouteRequired { get; set; } public bool IsExceptionRequired { get; set; } public bool IsUpliftmentRequired { get; set; } public bool IsAdjustmentRequired { get; set; } public bool IsCancellationRequired { get; set; } public string GazetteNumber { get; set; } public Nullable GazetteDetailID { get; set; } public Nullable MeetingDate { get; set; } public Nullable AdjudicationDetailID { 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 Nullable SeatedCapacity { get; set; } public string VehicleMake { get; set; } public string AdjudicationDecision { get; set; } public string ApplicationDescription { get; set; } public bool IsRenewal { get; set; } public string AssociationName { get; set; } public Nullable ModeID { get; set; } public string TaxNumber { get; set; } public Nullable PrecheckDetailID { get; set; } public bool IsStillToBeAcquired { get; set; } public string ProxyName { get; set; } public bool IsCancelled { get; set; } public Nullable AdjudicationDecisionID { get; set; } public string AdjudicationComment { get; set; } public Nullable AdjudicationException { get; set; } public string TelCell { get; set; } public string TelPhone { get; set; } public Nullable RegionID { get; set; } public Nullable AdjudicationRegionID { get; set; } public string ExistingLicenceHolder { get; set; } public string ExistingLicenceHolderID { get; set; } public string Region { get; set; } public string ExistingVehicleChassisNumber { get; set; } public string ExistingVehicleRegNumber { get; set; } public string WorkflowStatus { get; set; } public bool IsAdjudicationBypassed { get; set; } public bool IsGazettingBypassed { get; set; } public bool IsAssessorApprovalRequired { get; set; } public bool IsSeniorManagerApprovalRequired { get; set; } public bool HasNewRoute { get; set; } public string ExistingLicenceNumber { get; set; } public Nullable IsAutoVerificationRequired { get; set; } public Nullable IsLtpsConversion { get; set; } public string ProxyIDNumber { get; set; } public Nullable StandingCapacity { get; set; } public Nullable AdjudicationCount { get; set; } public string PhysicalAddress { get; set; } public string PhysicalAddressCode { get; set; } public string PostalAddress { get; set; } public string PostalAddressCode { get; set; } public Nullable TotalCost { get; set; } } }