//------------------------------------------------------------------------------ // // 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 TblSACRRAConsoftGlobalData { public System.Guid Oid { get; set; } public string Error { get; set; } public string Dev { get; set; } public string ID { get; set; } public Nullable IsForeigner { get; set; } public string Passport { get; set; } public Nullable DateOfBirth { get; set; } public string AccountNo { get; set; } public string Surname { get; set; } public string Forename { get; set; } public string OwnershipType { get; set; } public Nullable DateAccountOpened { get; set; } public Nullable DeferredPaymentDate { get; set; } public Nullable DateOfLastPayment { get; set; } public Nullable OpeningBalance { get; set; } public Nullable CurrentBalance { get; set; } public Nullable AmountOverdue { get; set; } public Nullable InstalmentAmount { get; set; } public Nullable MonthsInArrears { get; set; } public string StatusCode { get; set; } public Nullable Terms { get; set; } public Nullable StatusDate { get; set; } public string NoOfParticipantsInJointLoan { get; set; } public Nullable MemberNumber { get; set; } public Nullable IsCompany { get; set; } public Nullable IsSoleProprietor { get; set; } public Nullable IsEstateLate { get; set; } public Nullable EstateLateDate { get; set; } public Nullable SendOnceOff { get; set; } public Nullable SACRRAData { get; set; } public Nullable LockDemographics { get; set; } public Nullable DoNotSend { get; set; } public string CompanyName { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public string SendName { get; set; } public Nullable DaysOpen { get; set; } public string UID { get; set; } public virtual TblSACRRAData TblSACRRAData { get; set; } } }