//------------------------------------------------------------------------------
//
// 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 TblGalvanizedDeal
{
public TblGalvanizedDeal()
{
this.TblGalvanizedTransactions = new HashSet();
}
public int OID { get; set; }
public string AccountNumber { get; set; }
public string MemberName { get; set; }
public Nullable WebcollectorKey { get; set; }
public string ContractNumber { get; set; }
public string Status { get; set; }
public string SubStatus { get; set; }
public string CCDStatus { get; set; }
public Nullable ContractDate { get; set; }
public Nullable InstalmentStartDate { get; set; }
public Nullable StrikeDate { get; set; }
public Nullable DeferOccupation { get; set; }
public Nullable AdminFee { get; set; }
public string SpouseName { get; set; }
public string SpouseIDNUmber { get; set; }
public string PrincipalName { get; set; }
public Nullable GalvanizedPresentValue { get; set; }
public Nullable PrescribedCapital { get; set; }
public Nullable CapitalOutstanding { get; set; }
public Nullable Instalment { get; set; }
public Nullable Receipts { get; set; }
public Nullable OutstandingBalance { get; set; }
public Nullable TotalArrears { get; set; }
public Nullable GalvanizedInterestRate { get; set; }
public Nullable AddendumUnits { get; set; }
public Nullable ClubUnits { get; set; }
public string GalvanizedPeriod { get; set; }
public Nullable EFTPayment { get; set; }
public Nullable ManFeeEFTPayment { get; set; }
public string CollectorComments { get; set; }
public string ApprovalComments { get; set; }
public Nullable DeclinedDate { get; set; }
public Nullable CostPerUnit { get; set; }
public Nullable DowngradeUnitsBy { get; set; }
public string DowngradePeriod { get; set; }
public Nullable DowngradeIntRate { get; set; }
public Nullable DowngradeGalInstalment { get; set; }
public Nullable GalInstalmentYR1 { get; set; }
public Nullable GalInstalmentYR2 { get; set; }
public Nullable GalInstalmentYR3 { get; set; }
public Nullable GalInstalmentYR4 { get; set; }
public Nullable GalInstalmentYR5 { get; set; }
public Nullable GalInstalmentYR6 { get; set; }
public Nullable GalInstalmentYR7 { get; set; }
public Nullable BubblePerc { get; set; }
public Nullable BubblePercentageOverride { get; set; }
public string WithBubblePeriod { get; set; }
public Nullable WithBubbleIntRate { get; set; }
public Nullable WithBubbleGalInstalment { get; set; }
public Nullable WithBubbleGalInstalmentYR1 { get; set; }
public Nullable WithBubbleGalInstalmentYR2 { get; set; }
public Nullable WithBubbleGalInstalmentYR3 { get; set; }
public Nullable WithBubbleGalInstalmentYR4 { get; set; }
public Nullable WithBubbleGalInstalmentYR5 { get; set; }
public Nullable WithBubbleGalInstalmentYR6 { get; set; }
public Nullable WithBubbleGalInstalmentYR7 { get; set; }
public string SelectedOption { get; set; }
public Nullable SelectedDate { get; set; }
public Nullable DealStatus { get; set; }
public Nullable ApprovedDate { get; set; }
public Nullable DocumentationSentDate { get; set; }
public Nullable DocumentationReceivedDate { get; set; }
public Nullable DetailsSentDate { get; set; }
public Nullable PrevailSelected { get; set; }
public Nullable PrevailPoints { get; set; }
public Nullable PrevailAddendumPoints { get; set; }
public Nullable PrevailFinitePoints { get; set; }
public Nullable PrevailTradePoints { get; set; }
public Nullable PrevailCurrentManagementFee { get; set; }
public Nullable PrevailNewManagementFeeTotal { get; set; }
public Nullable PrevailNewPoints { get; set; }
public string Affordability { get; set; }
public Nullable PrevailNewFee { get; set; }
public Nullable PrevailCurrentYear { get; set; }
public Nullable PrevailAffordNewPoints { get; set; }
public string AllocatedTo { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable Debtor { get; set; }
public virtual TblDebtor TblDebtor { get; set; }
public virtual ICollection TblGalvanizedTransactions { get; set; }
}
}