//------------------------------------------------------------------------------
//
// 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;
public partial class Pr_LicenceIssueTrackingExtend_Result
{
public long LicenceID { get; set; }
public Nullable IssuingExpiryDate_30Days { get; set; }
public Nullable IssuingExpiryDate_30DaysIsSmsSent { get; set; }
public Nullable IssuingExpiryDate_30DaysIsSmsSentDate { get; set; }
public Nullable IssuingExpiryDate_30DaysIsLetterSent { get; set; }
public Nullable IssuingExpiryDate_30DaysIsLetterSentDate { get; set; }
public Nullable IssuingExpiryDate_30DaysIsLetterSentByID { get; set; }
public Nullable IssuingExpiryDate_60Days { get; set; }
public Nullable IssuingExpiryDate_60DaysIsSmsSent { get; set; }
public Nullable IssuingExpiryDate_60DaysIsSmsSentDate { get; set; }
public Nullable IssuingExpiryDate_60DaysIsLetterSent { get; set; }
public Nullable IssuingExpiryDate_60DaysIsLetterSentDate { get; set; }
public Nullable IssuingExpiryDate_60DaysIsLetterSentByID { get; set; }
public Nullable IssuingExpiryDate_90Days { get; set; }
public Nullable IssuingExpiryDate_90DaysIsSmsSent { get; set; }
public Nullable IssuingExpiryDate_90DaysIsSmsSentDate { get; set; }
public Nullable IssuingExpiryDate_90DaysIsLetterSent { get; set; }
public Nullable IssuingExpiryDate_90DaysIsLetterSentDate { get; set; }
public Nullable IssuingExpiryDate_90DaysIsLetterSentByID { get; set; }
public Nullable IssuingExpiryDateIsExtended { get; set; }
public Nullable IssuingExpiryDateExtendedDate { get; set; }
public Nullable IssuingExpiryDateByID { get; set; }
}
}