//------------------------------------------------------------------------------
//
// 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 ERD
{
using System;
using System.Collections.Generic;
public partial class TblVoucher
{
public int OID { get; set; }
public string CreatedBy { get; set; }
public Nullable CreatedDate { get; set; }
public Nullable DetailedInfo { get; set; }
public Nullable Campaign { get; set; }
public string ConfigurationCode { get; set; }
public Nullable Resort { get; set; }
public string UnitNumber { get; set; }
public Nullable VoucherSeries { get; set; }
public Nullable AssetAvail { get; set; }
public string VoucherNumber { get; set; }
public string AdditionalCellPhoneNumber { get; set; }
public Nullable WeekReminderEmailSent { get; set; }
public Nullable WelcomeMessageSent { get; set; }
public Nullable DayOfArrivalMessageSent { get; set; }
public Nullable DayOfDepartureMessageSent { get; set; }
public Nullable SurveyEmailSent { get; set; }
public Nullable BookingConfirmationFailed { get; set; }
public Nullable Contacted { get; set; }
public Nullable Arrived { get; set; }
public Nullable ArrivalDate { get; set; }
public Nullable DepartureDate { get; set; }
public Nullable ResortBookingDate { get; set; }
public Nullable VoucherRegDate { get; set; }
public string Guest1Name { get; set; }
public string Guest1Surname { get; set; }
public string Guest1IdNumber { get; set; }
public string Guest2Name { get; set; }
public string Guest2Surname { get; set; }
public string Guest2IdNumber { get; set; }
public string Child1Name { get; set; }
public string Child2Name { get; set; }
public string Child3Name { get; set; }
public string Disabilities { get; set; }
public string VehicleRegNo { get; set; }
public string ReasonSentFailed { get; set; }
public virtual TblVoucherSery TblVoucherSery { get; set; }
public virtual TblResort TblResort { get; set; }
public virtual TblDetailedInfo TblDetailedInfo { get; set; }
public virtual TblMarketingCampaign TblMarketingCampaign { get; set; }
}
}