12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- 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<bool> IsForeigner { get; set; }
- public string Passport { get; set; }
- public Nullable<System.DateTime> 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<System.DateTime> DateAccountOpened { get; set; }
- public Nullable<System.DateTime> DeferredPaymentDate { get; set; }
- public Nullable<System.DateTime> DateOfLastPayment { get; set; }
- public Nullable<decimal> OpeningBalance { get; set; }
- public Nullable<decimal> CurrentBalance { get; set; }
- public Nullable<decimal> AmountOverdue { get; set; }
- public Nullable<decimal> InstalmentAmount { get; set; }
- public Nullable<int> MonthsInArrears { get; set; }
- public string StatusCode { get; set; }
- public Nullable<int> Terms { get; set; }
- public Nullable<System.DateTime> StatusDate { get; set; }
- public string NoOfParticipantsInJointLoan { get; set; }
- public Nullable<int> MemberNumber { get; set; }
- public Nullable<bool> IsCompany { get; set; }
- public Nullable<bool> IsSoleProprietor { get; set; }
- public Nullable<bool> IsEstateLate { get; set; }
- public Nullable<System.DateTime> EstateLateDate { get; set; }
- public Nullable<bool> SendOnceOff { get; set; }
- public Nullable<int> SACRRAData { get; set; }
- public Nullable<bool> LockDemographics { get; set; }
- public Nullable<bool> DoNotSend { get; set; }
- public string CompanyName { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
- public Nullable<int> GCRecord { get; set; }
- public string SendName { get; set; }
- public Nullable<int> DaysOpen { get; set; }
- public string UID { get; set; }
-
- public virtual TblSACRRAData TblSACRRAData { get; set; }
- }
- }
|