//------------------------------------------------------------------------------
//
// 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 TblDebtorTransaction
{
public TblDebtorTransaction()
{
this.TblDebtorResaleTransfers = new HashSet();
this.TblDebtorTransactions1 = new HashSet();
this.TblDebtorTransactionsCatBreakdowns = new HashSet();
this.TblJournalLineTransactions = new HashSet();
this.TblManagementFeesToAdjusts = new HashSet();
}
public int OID { get; set; }
public Nullable Debtor { get; set; }
public Nullable TransactionType { get; set; }
public Nullable EffectiveDate { get; set; }
public Nullable DateCreated { get; set; }
public string CreatedBy { get; set; }
public string ReferenceNumber { get; set; }
public Nullable Amount { get; set; }
public Nullable StatementPeriod { get; set; }
public Nullable Current { get; set; }
public Nullable Days30 { get; set; }
public Nullable Days60 { get; set; }
public Nullable Days90 { get; set; }
public Nullable Days120 { get; set; }
public Nullable Days150 { get; set; }
public Nullable Days180 { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable DeltaCurrent { get; set; }
public Nullable DeltaDays30 { get; set; }
public Nullable DeltaDays60 { get; set; }
public Nullable DeltaDays90 { get; set; }
public Nullable DeltaDays120 { get; set; }
public Nullable DeltaDays150 { get; set; }
public Nullable DeltaDays180 { get; set; }
public Nullable Deposit { get; set; }
public Nullable Reversed { get; set; }
public Nullable TblJournalLines { get; set; }
public Nullable DeltaDeposit { get; set; }
public string Comments { get; set; }
public string BankAccount { get; set; }
public Nullable CurrentAge { get; set; }
public Nullable PayType { get; set; }
public Nullable Capital { get; set; }
public Nullable Fees { get; set; }
public Nullable Interest { get; set; }
public Nullable DeltaCapital { get; set; }
public Nullable DeltaFees { get; set; }
public Nullable DeltaInterest { get; set; }
public Nullable AllJournalLines { get; set; }
public Nullable TotalAmountReversedSoFar { get; set; }
public Nullable ManagementFeeYearRaised { get; set; }
public Nullable IsManFeeEstimate { get; set; }
public Nullable ManagementFeeAdjusted { get; set; }
public Nullable ConsoftCategory { get; set; }
public Nullable SendToCollectionSystem { get; set; }
public Nullable DateLastSentToCollectionSystem { get; set; }
public Nullable CollectionTran { get; set; }
public Nullable IsReversed { get; set; }
public Nullable ManualCategoryAllocation { get; set; }
public Nullable DateRanThroughCommissionsReport { get; set; }
public Nullable CollectionFee { get; set; }
public Nullable DateSentToNetready { get; set; }
public Nullable Override { get; set; }
public Nullable CancellationProccess { get; set; }
public Nullable DsDealInvoice { get; set; }
public Nullable CommissionProcessed { get; set; }
public Nullable Instalment { get; set; }
public Nullable DeltaInstalment { get; set; }
public Nullable DebtorCode { get; set; }
public Nullable HideDebtorTransaction { get; set; }
public Nullable CommissionProcessedDate { get; set; }
public Nullable BankTransfer { get; set; }
public Nullable ConversionRate { get; set; }
public Nullable ManFeeAdjustedAmount { get; set; }
public Nullable ManFeeAdjustmentLetterGenerated { get; set; }
public string DebtorStatus { get; set; }
public Nullable SentToConsfot { get; set; }
public Nullable BreakDownAmount { get; set; }
public string ChequeNumber { get; set; }
public Nullable AllBankStatementLines { get; set; }
public Nullable IsTempReversed { get; set; }
public virtual TblDebtor TblDebtor { get; set; }
public virtual TblDebtorCoding TblDebtorCoding { get; set; }
public virtual ICollection TblDebtorResaleTransfers { get; set; }
public virtual TblJournalLine TblJournalLine { get; set; }
public virtual ICollection TblDebtorTransactions1 { get; set; }
public virtual TblDebtorTransaction TblDebtorTransaction1 { get; set; }
public virtual TblHideDebtorTransaction TblHideDebtorTransaction { get; set; }
public virtual TblPaymentType TblPaymentType { get; set; }
public virtual TblJournalLine TblJournalLine1 { get; set; }
public virtual TblDebtorTranType TblDebtorTranType { get; set; }
public virtual ICollection TblDebtorTransactionsCatBreakdowns { get; set; }
public virtual ICollection TblJournalLineTransactions { get; set; }
public virtual ICollection TblManagementFeesToAdjusts { get; set; }
}
}