TRONIX Code Documentation
Loading...
Searching...
No Matches
Public Attributes | Properties | List of all members
Tronix.Web.Models.LoanViewModel Class Reference

Public Attributes

List< SelectListItemQuickQuoteOnlyDealTypeOptions
 

Properties

bool CanOverridePrice [get, set]
 
bool AllowCashOnQuickQuote [get, set]
 
int? QuickQuoteOnlyDealType = (int)DealTypeEnum.Finance [get, set]
 
int LenderId [get, set]
 
IEnumerable< SelectListItemLenderList [get, set]
 
string ReserveType [get, set]
 
int ReserveTypeId [get, set]
 
decimal FlatReserveAmount [get, set]
 
bool TermApr1 [get, set]
 
int? Term1 [get, set]
 
int? Term2 [get, set]
 
bool TermApr2 [get, set]
 
decimal? Apr1 [get, set]
 
decimal? Apr2 [get, set]
 
decimal? Buy1 [get, set]
 
decimal? Buy2 [get, set]
 
DateTime FirstPaymentDateLoan [get, set]
 
decimal? DownPaymentLoan [get, set]
 
decimal? OtherChargesLoan [get, set]
 
decimal? RebatesLoan [get, set]
 
decimal? Loan1Combined [get, set]
 
decimal? Loan2Combined [get, set]
 

Member Data Documentation

◆ QuickQuoteOnlyDealTypeOptions

List<SelectListItem> Tronix.Web.Models.LoanViewModel.QuickQuoteOnlyDealTypeOptions
Initial value:
= new List<SelectListItem>()
{
Text=DealTypeEnum.Finance.ToString(),
Value=((int)DealTypeEnum.Finance).ToString()
},
Text=DealTypeEnum.Cash.ToString(),
Value=((int)DealTypeEnum.Cash).ToString()
}
}
System.Web.Mvc.SelectListItem SelectListItem
Definition HomeController.cs:20
DealTypeEnum
Definition DealTypeEnum.cs:7

Property Documentation

◆ AllowCashOnQuickQuote

bool Tronix.Web.Models.LoanViewModel.AllowCashOnQuickQuote
getset

◆ Apr1

decimal? Tronix.Web.Models.LoanViewModel.Apr1
getset

◆ Apr2

decimal? Tronix.Web.Models.LoanViewModel.Apr2
getset

◆ Buy1

decimal? Tronix.Web.Models.LoanViewModel.Buy1
getset

◆ Buy2

decimal? Tronix.Web.Models.LoanViewModel.Buy2
getset

◆ CanOverridePrice

bool Tronix.Web.Models.LoanViewModel.CanOverridePrice
getset

◆ DownPaymentLoan

decimal? Tronix.Web.Models.LoanViewModel.DownPaymentLoan
getset

◆ FirstPaymentDateLoan

DateTime Tronix.Web.Models.LoanViewModel.FirstPaymentDateLoan
getset

◆ FlatReserveAmount

decimal Tronix.Web.Models.LoanViewModel.FlatReserveAmount
getset

◆ LenderId

int Tronix.Web.Models.LoanViewModel.LenderId
getset

◆ LenderList

IEnumerable<SelectListItem> Tronix.Web.Models.LoanViewModel.LenderList
getset

◆ Loan1Combined

decimal? Tronix.Web.Models.LoanViewModel.Loan1Combined
getset

◆ Loan2Combined

decimal? Tronix.Web.Models.LoanViewModel.Loan2Combined
getset

◆ OtherChargesLoan

decimal? Tronix.Web.Models.LoanViewModel.OtherChargesLoan
getset

◆ QuickQuoteOnlyDealType

int? Tronix.Web.Models.LoanViewModel.QuickQuoteOnlyDealType = (int)DealTypeEnum.Finance
getset

◆ RebatesLoan

decimal? Tronix.Web.Models.LoanViewModel.RebatesLoan
getset

◆ ReserveType

string Tronix.Web.Models.LoanViewModel.ReserveType
getset

◆ ReserveTypeId

int Tronix.Web.Models.LoanViewModel.ReserveTypeId
getset

◆ Term1

int? Tronix.Web.Models.LoanViewModel.Term1
getset

◆ Term2

int? Tronix.Web.Models.LoanViewModel.Term2
getset

◆ TermApr1

bool Tronix.Web.Models.LoanViewModel.TermApr1
getset

◆ TermApr2

bool Tronix.Web.Models.LoanViewModel.TermApr2
getset

The documentation for this class was generated from the following file: