//------------------------------------------------------------------------------ // // 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 TblDebtorBanking { public TblDebtorBanking() { this.TblDebtorBankingAmendments = new HashSet(); this.TblPortfolioNotes = new HashSet(); } public int OID { get; set; } public Nullable DateCreated { get; set; } public string CreatedBy { get; set; } public Nullable DebtorNo { get; set; } public Nullable BankDetail { get; set; } public Nullable StartDate { get; set; } public Nullable AcbType { get; set; } public Nullable StrikeDay { get; set; } public Nullable Amount { get; set; } public Nullable Percentage { get; set; } public Nullable InvalidDate { get; set; } public Nullable RejectionCode { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public Nullable CancelledDate { get; set; } public Nullable LastGenerated { get; set; } public Nullable EndDate { get; set; } public Nullable Status { get; set; } public Nullable LastUpdated { get; set; } public Nullable RunASAP { get; set; } public Nullable CreditCard { get; set; } public string CCToken { get; set; } public Nullable Amendment { get; set; } public Nullable SendToCollectionSystem { get; set; } public Nullable DateLastSentToCollectionSystem { get; set; } public Nullable NumberOfMonths { get; set; } public Nullable MonthsRemaining { get; set; } public Nullable CreditCardDetails { get; set; } public Nullable ClubBanking { get; set; } public Nullable ACBDefaultBanking { get; set; } public Nullable OnHoldUpUntil { get; set; } public string ACBStatus { get; set; } public Nullable OverrideDefaultBanking { get; set; } public virtual TblDebtor TblDebtor { get; set; } public virtual ICollection TblDebtorBankingAmendments { get; set; } public virtual ICollection TblPortfolioNotes { get; set; } } }