//------------------------------------------------------------------------------ // // 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 TblPaymentPlan { public int OID { get; set; } public Nullable Debtor { get; set; } public Nullable StatementPeriod { get; set; } public Nullable InstallmentAmount { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable AccountPaymentType { get; set; } public Nullable StatementPeriodInt { get; set; } public Nullable InstalmentAmount { get; set; } public Nullable DateCreated { get; set; } public Nullable ServiceFeePortion { get; set; } public Nullable InsurancePortion { get; set; } public Nullable InstalmentRaised { get; set; } public Nullable ManagementFeeYear { get; set; } public Nullable ACBRaised { get; set; } public Nullable TransactionType { get; set; } public Nullable PaymentType { get; set; } public string TableUsedInCalc { get; set; } public Nullable TableEntryNumber { get; set; } public Nullable NumberOfMonthsUsedInCalc { get; set; } public string CreatedBy { get; set; } public string DeletedBy { get; set; } public virtual TblDebtor TblDebtor { get; set; } public virtual TblDebtorTranType TblDebtorTranType { get; set; } public virtual TblPaymentType TblPaymentType { get; set; } } }