|
enum | ActivityActionEnum { Insert = 1
, Edit = 2
, Delete = 3
} |
|
enum | AmountFinancedType { Unknown = 0
, Calculated = 1
, FromDMS = 2
, Override = 3
} |
|
enum | AuditType { DealJacket = 1
} |
|
enum | BaseProductType {
Unknown = 0
, VSC = 1
, Gap = 2
, PrepaidMaintenance = 3
,
Etch = 4
, TireAndWheel = 5
, RoadSide = 6
, LWA = 7
,
PreOwned = 8
, Ltd_Warranty = 9
, CreditLife = 10
, AccidentAndHealth = 11
,
SecureGard = 12
, CLAH = 13
, KeyGard = 14
, Adhoc = 15
,
NanoTech = 16
, AppearanceGard = 17
, DentGard = 18
, UltraGard = 19
,
SecureGardGiveaway = 21
, SecureGardUpsell = 22
} |
|
enum | CancelReasonEnum {
Repossession = 1
, CustomerRequest = 2
, Totaled = 3
, TradeIn = 4
,
FlatCancel = 5
, RejectedByAhis = 6
, Administrator = 7
, MepcoNonPayment = 8
,
FullRef = 9
, ContractReinstated = 10
, SaleUnwound = 11
, Other = 12
} |
|
enum | CasRequestState { Unknown
, Sent
, Success
, Failed
} |
|
enum | CertifiedProgramType { Unknown = 0
, Factory = 1
, Dealer = 2
, Mixed = 3
} |
|
enum | CompareOperatorEnum {
Equal
, NotEqual
, GreaterThan
, GreaterThanEqual
,
LessThan
, LessThanEqual
} |
|
enum | ContractAdminSystemEnum { Unknown
, Tronix = 3
, Compass = 4
, Pcrs = 5
} |
|
enum | ContractAdminSystemIndustryProductTypeEnum {
VSC_PreOwn = 3
, VSC_WTR_Used = 4
, VSC_CgdStd_Used = 5
, VSC_WTR_CertWrap = 8
,
VSC_Service_Contract = 9
, Prepaid_Maintenance = 15
, KeyGard = 28
, KeyGard_Plus = 29
,
Adhoc = 40
, VSC_PowerGard = 45
} |
|
enum | ContractHistoryTypeEnum {
Unknown = 1
, Issue = 2
, Modify =3
, CancelQuote =4
,
CancelwithRefund = 5
, HardCancel = 6
, Delete = 7
, Reinstate =8
,
Void =9
, DealUnwind =10
, DealModify =11
, DealFinalize =12
,
Transmitted =13
, CancelQuoteWithManualFeeAdjustment = 14
, PendingPayment = 15
, Paid =16
} |
|
enum | ContractStatusEnum {
Unknown = 0
, Issued = 1
, Transmitted = 2
, Cancelled = 3
,
Expired = 4
, Void = 5
, Deleted = 6
, PendingPayment = 7
,
Paid = 8
} |
|
enum | ContractUpdateStatusEnum {
Unknown = 0
, EditSuccess = 1
, EditFail = 2
, ReinstateSuccess = 3
,
ReinstateFail = 4
, DeleteSuccess = 5
, DeleteFail = 6
, VoidSuccess = 7
,
VoidFail = 8
} |
|
enum | CustomerType { Unknown = 0
, Primary = 1
, CoBuyer = 2
} |
|
enum | DashboardTypeEnum { Unknown = 0
, Default = 1
, Producer = 2
, TronixAdmin = 4
} |
|
enum | DealerReportingLevelEnum { ARTBronze = 1
, ARTSilver = 2
, ARTGold = 3
, ARTPlatinum = 4
} |
| Dealer's Reporting Level. More...
|
|
enum | DealJacketTypeEnum { None = 0
, Customer = 1
, Dealer = 2
} |
|
enum | DealSalesType { Unknown
, Consumer
, Commercial
} |
|
enum | DealSearch {
ContractNumber = 0
, Vin = 1
, LastName = 2
, ProducerName = 3
,
DealNumber = 4
, DMSDealNumber = 5
} |
|
enum | DealStatusEnum {
Unknown = 0
, Pending = 1
, Delivered = 2
, Finalized = 3
,
Unwound = 4
, Deleted = 5
} |
|
enum | DealTypeEnum {
Unknown = 0
, Finance = 2
, Lease = 3
, Cash = 1
,
ProductOnly =4
} |
|
enum | DocumentCategoryEnum { Accounting =1
, F_And_I =2
, Sales =3
, Service =4
} |
|
enum | DocumentTemplateFieldType { Text = 1
, Checkbox = 2
} |
|
enum | DocumentTypeEnum {
CustomerInfo = 1
, Disclosure = 2
, FinanceAgreement = 3
, Menu = 4
,
ProductAgreement = 5
, Ttl = 6
, VehicleInfo = 7
, Trade1 = 8
,
Trade2 = 9
, DriversLicense = 10
} |
|
enum | EpicPayBankTypeEnum {
unknown = 0
, personal_checking = 1
, personal_savings = 2
, business_checking = 3
,
business_savings = 3
} |
|
enum | EpicPayEventTypeEnum { TestTokenRegistration = 1
, TestTransaction = 2
, TokenRegistration = 3
, Transaction = 4
} |
|
enum | ESignatureType : byte {
Unknown
, BuyerSignature = 1
, BuyerInitials = 2
, DealerSignature = 4
,
DealerInitials = 8
, CoBuyerSignature = 16
, CoBuyerInitials = 32
, ProducerSignature = 64
,
ProducerInitials = 128
} |
|
enum | EsignWorkflowStep {
None =0
, ConfirmEsign = 1
, Manual =2
, Esign = 3
,
RemoteBuyerDocsSent = 4
} |
|
enum | FiscalDateTypeEnum { FirstAndLastDayOfTheCalendarMonth = 1
, DesignateFirstDayOfFiscalMonth = 2
, CustomDateRange = 3
} |
|
enum | FiscalMonthEnum { DealEffectiveDate = 1
, VehiclePurchaseDate = 2
, DealDeliveryDate = 3
} |
|
enum | FreeFactoryMaintenanceTypes { None = 0
, NewOnly = 1
, CertifiedOnly = 2
, NewAndCertified = 3
} |
|
enum | ImportFileType {
Unknown = 0
, DlrStmt = 1
, DlrStmtChecks = 2
, AgencyImport = 3
,
AgentImport = 4
, OwnerImport = 5
, DealerImport = 6
, SimulatorDemoDeals = 7
} |
|
enum | IndustryProductTypeEnum {
Unknown = 0
, VehicleServiceContract = 1
, Gap = 2
, Maintenance = 3
,
Etch = 4
, TireAndWheel = 5
, RoadSide = 6
, LimitedWarranty = 7
,
CreditLife = 8
, KeyProtection = 9
, AppearanceProtection = 10
, PaintlessDentRepair = 11
,
Theft = 12
, AccidentAndHealth = 13
, Adhoc = 14
, UltraGard = 15
,
SecureGardComp = 16
, SecureGard = 17
, LeaseGard = 18
} |
|
enum | Language { Unknown = 0
, English = 1
, Spanish = 2
} |
|
enum | LenderIdEnum { TBD = 1
, Cash = 2
, Paylink = -100
, RouteOne =-200
} |
|
enum | LenderReserveMethod { None = 0
, SellMinusBuy = 1
, APR = 2
, LSE = 3
} |
| Determines the calculation used for FinanceReserves, each lender has a ReserveCalcPct which is used in this calculation. More...
|
|
enum | LenderStatusCode { VALID = 0
, INVALID = 1
, NOTFOUND = 2
, INVALIDADDRESS = 3
} |
|
enum | LimitingLender {
None = 0
, FordMotorCredit = 1
, GMAC = 2
, Toyota = 3
,
Chase = 4
, WellsFargo = 5
, Paylink = 6
, AllyBank = 7
,
Lexus = 8
, Volkswagen = 9
, Mazda = 10
, Audi = 11
,
Nissan_Infinity = 12
, Honda_Acura = 13
, Chrysler = 14
, Santander = 15
,
Hyundai_Genesis = 16
, Kia = 17
} |
|
enum | LoginResultEnum {
Success = 0
, ReqPwdChange = 1
, Invalid = -1
, Inactive = -2
,
PwdExpired = -3
} |
|
enum | LookerReportActivityLogEnum { DealerLicenses = 1
, UserLookerRoles = 2
} |
|
enum | MenuPricingTypeEnum { None = 0
, FullPrice = 1
, PaymentOnly = 2
, NoPricing = 3
} |
|
enum | MenuSections {
None
, Dashboard
, Deals
, Reports
,
Tools
, Claims
, Transmittals
, Cancels
,
Admin
, Import
, Diagnostics
, Monitors
,
BusinessIntelligence
, BI
} |
|
enum | MessageDirectionEnum { Inbound =1
, Outbound =2
} |
|
enum | OriginType { Unknown = 0
, Domestic = 1
, European = 2
, Asian = 3
} |
|
enum | OwnerTypeEnum {
None = 0
, TRONIX = 1
, TPA = 2
, DealerGroup = 3
,
Dealer = 4
, State = 5
} |
|
enum | PaymentProcessorEnum { NotSet = 0
, AchProcessing = 1
} |
|
enum | PaymentType { Unknown = 0
, Monthly = 1
, BiWeekly = 2
} |
|
enum | PdfFieldType { TextField = 1
, SignatureField = 2
, SignatureTab = 3
} |
|
enum | PdfPageSizeEnum {
A4
, A4Landscape
, Letter
, LetterLandscape
,
AfgDefault
} |
|
enum | PriceOverrideType {
None = 0
, Percent = 1
, Amount = 2
, Open = 3
,
FixedMax = 4
} |
|
enum | ProductOilChangeFrequency {
ThreeK = 3000
, FiveK = 5000
, ThreeFiveK = 3500
, SixK = 6000
,
TenK = 10000
, SevenFiveK = 7500
, ThreeSevenFiveK = 3750
} |
|
enum | ProductRegPage {
VSC1 = 1
, Blend = 2
, EtchGardRegPage = 3
, TireGard = 4
,
CustomBlend = 5
, GapFP800 = 6
, PPDMaint5KGold = 7
, GapFP334 = 8
,
GapFP346 = 9
, GapFP707 = 10
, GapFP733 = 11
, CertWrap = 12
,
PPDMaint3KGold = 13
, PPDMaint3K5KGold = 14
, TireGardDD = 15
, TexasGIP = 16
,
CLAH = 17
, TexasGIPNF = 18
, RoadHazardAssurancePlan = 19
, LtdWarranty = 20
,
Unknown = 0
, GapEsp334 = 21
, GapEsp346 = 22
, LtdWarrantyRSA = 23
,
LtdWarranty1212 = 24
, KeyGard = 25
, PrePaid5KAnd5KSyn = 26
, LtdWarrantyCert = 27
,
NanoTech = 28
, PrePaidRev2010 = 29
, KeyGardRev2 = 30
, LtdWarrantyComplete = 31
,
EtchGardAmt = 32
, VscAmt = 33
, BlendAmt = 34
, LtdWarrantyCertHyu = 35
,
TireGardRunFlat = 36
, VscNIIC = 37
, BlendNIIC = 38
, GapFP537 = 39
,
TireGardTX = 40
, EtchGardNIIC = 41
, EtchGardAmtRev0410 = 42
, EtchGardAmtGMACRev0410 = 43
,
GapWicTx0001 = 44
, GapFP334Amt = 45
, GapFP346Amt = 46
, GapFP733Amt = 47
,
EtchGardAmtRev0410TX = 48
, EtchGardRegPageRev2 = 49
, EtchGardRegPageRev2TX = 50
, GapFP537Rev0410 = 51
,
KeyGardFob = 52
, KeyGardRev2Fob = 53
, GapWicTx0001FMCC = 54
, GapFP334CA = 55
,
GapFP346CA = 56
, TireGardVerII = 57
, EtchGardAmt0410NoState = 58
, GapCG334AmtChaseFrm = 59
,
GapCG346AmtChaseFrm = 60
, Gap2WicTx = 61
, KeyGard3Yr5Yr = 62
, LtdWarrantyLT = 63
,
LtdWarrantyLTU = 64
, PrePaidOilOnly = 65
, PrePaidRev2010CGMA = 66
, TireGardVerIIBranded = 67
,
GapTY150 = 68
, TireGardTGDV2 = 69
, VscPRP = 70
, TireGardTGDP3 = 71
,
AppearGard = 72
, PrePaidRev2010CGMARH = 73
, LtdWarrantyPW689 = 74
, TireGardTGDP3Ca = 75
,
PreOwnedDD = 76
, GapTx334 = 77
, GapTx733 = 78
, GapWicTx0001Rev0811 = 79
,
GapTx346 = 80
, PreOwnedRev2011 = 81
, RoadGard = 82
, GapTxTY150 = 83
,
PrePaidRev2010CGMAMF = 84
, DentGardPlatinum = 85
, DentGardGold = 86
, DentGardSilver = 87
,
LtdWarrantyLL = 88
, VscTMCC = 89
, DentGardStd = 90
, DentGardPremium = 91
,
AppearGardRevII = 92
, AppGardKern = 93
, NYETCH2500 = 94
, NYETCH5000 = 95
,
GapKitch = 96
, AppGardRevIII = 97
, KEYPlus2013 = 98
, UltraGard = 99
,
PreOwnedRev2013 = 100
, NanoTechRevII = 101
, Gap334MD = 102
, KeyGardRev3 = 103
,
KeyGard3Yr5Yr2014 = 104
, KeyPlus2014 = 105
, TireGardRunFlatVerII = 106
, AppGardRevIIIALLY = 107
,
Gap334MDVerII = 108
, Gap346MD = 109
, VscTFS2014 = 110
, TireGardRunFlatVerIINJ = 111
,
PreOwnedTFS2014 = 112
, Vsc2014 = 113
, AppGardRevIV = 114
, LtdWarrantyLT2015 = 115
,
LtdWarrantyLTU2015 = 116
, LtdWarrantyLT2015ZD = 117
, LtdWarrantyLTU2015ZD = 118
, GapCG334Ver2015 = 119
,
GapCG346Ver2015 = 120
, GapFP733AmtVer2015 = 121
, GapTx334Ver2015 = 122
, GapTX346Ver2015 = 123
,
GapTx733Ver2015 = 124
, GapTY150Ver2015 = 125
, GapTxTY150Ver2015 = 126
, PreOwnedFMCC2015 = 127
,
UltraGardNY = 128
, SecureGardGAW = 129
, SecureGardUPS = 130
, DentGardStdVerII = 131
,
DentGardPremiumVerII = 132
, UltraComplete = 133
, UltraCalifornia = 134
} |
|
enum | QrCodeType { Unknown
, ES
, DS
, DR
} |
|
enum | RateFetchEnum {
Other = 0
, Success = 1
, UseCached = 2
, ConnectionError = 3
,
InvalidContractDate = 4
, InvalidVin = 5
} |
|
enum | ReportingLicensesEnum { UsedLicenses = 1
, AvailableLicenses = 2
} |
|
enum | RouteOneDealStatusEnum {
Unknown = 0
, Not_Submitted = 1
, Submitted = 2
, Denied = 3
,
Approved =4
, Other_Chosen =5
, Received =6
} |
|
enum | RouteOneMessageDecisionSubTypeEnum {
Approved = 8
, Denied = 9
, Condition = 10
, Preliminary = 11
,
Withdrawn = 12
, Booked = 13
, New = 14
, Other = 15
} |
|
enum | RouteOneMessageFaultSubTypeEnum {
Unknown = 1
, NotUnderstood = 2
, InvalidSignature = 3
, InvalidDocument = 4
,
MissingAttribute = 5
, InvalidData = 6
, ServerLogicError = 7
} |
|
enum | RouteOneMessageTypeEnum { Unknown =1
, Fault =2
, DSPCreditApplication = 3
, R1CreditApplicationDecision = 4
} |
|
enum | SellingStyles { Traditional = 1
, Deductive = 3
, QuickQuote = 5
} |
|
enum | SellingStyleLevel { None = 0
, User = 1
, Dealer = 3
} |
|
enum | ShowProductCostPerEnum { None = 0
, Monthly = 1
, Weekly = 2
, Daily = 3
} |
|
enum | Status { Active = 1
, Retired = 2
} |
|
enum | SurchargeType {
European = 1
, CommercialUse = 2
, LuxuryPackage = 3
, ReducingDeductible = 4
,
ExtendedEligibility = 5
, Asian = 6
, TurboSupercharged = 7
, DieselTurbo = 8
,
AWD = 9
, SealsAndGaskets = 10
, Level = 11
, Level4 = 12
,
Cylinders = 13
, BumperPaint = 14
, PaintChip = 15
, EmissionCoverage = 16
,
RunFlat = 17
, MyCertMechanic = 18
, Unknown = 0
} |
|
enum | TcarRateBuildProgress { NotStarted = 1
, Incomplete = 2
, Done = 3
} |
|
enum | TimeZoneEnum { Pacific = -8
, Mountain = -7
, Central = -6
, Eastern = -5
} |
|
enum | TpaIdEnum { TRONIX = 14
, Caregard = 1
} |
|
enum | TransactionPartyType {
NotSet = 0
, Tpa = 1
, Agency = 2
, Agent = 3
,
DealerGroup = 4
, Dealer = 5
, Tronix = 6
} |
|
enum | TransactionStatus { NotSet = 0
, Initialized = 1
, Successful = 2
, Failure = 3
} |
|
enum | TransactionType { NotSet = 0
, Credit = 1
, Debit = 2
} |
|
enum | TransmittalPaymentTypeEnum { Check = 1
, EpicPay = 2
, NA =3
} |
|
enum | TransmittalViewerSourceEnum { TransmittalCreate = 1
, TransmittalSearchDetails =2
, TransmittalProcessSearchIndex = 3
, TransmittalSearchList = 4
} |
|
enum | TronixFieldType {
Unknown
, BuyerSignatureDate
, CoBuyerSignatureDate
, Signature
,
BuyerName
, CoBuyerName
, DealerName
} |
|
enum | UploadDocumentTypeEnum {
Unknown
, DealJacket
, DocSys
, DocumentTemplate
,
DriverLicense
} |
|
enum | UserModType {
Unknown = 0
, AddUser = 1
, AdminUpdateProfile = 2
, AdminResetPassword = 3
,
Deactivate = 4
, Reactivate = 5
, UserUpdateProfile = 6
, UserUpdatePassword = 7
} |
|
enum | UserRoleEnum {
Unknown = 0
, TronixAdmin = 1
, TpaAdmin = 2
, AgencyAgent = 3
,
DealerAccounting = 9
, DealerProducer = 11
, DealerService = 13
, DealerServiceWithSales = 14
,
AgencyAdmin = 18
, DealerGroupAdmin = 51
, DealerGroupAccounting = 52
, DealerAdmin = 53
} |
|
enum | UserRoleLookerReportEnum {
ARTBronze = 1
, ARTGold = 2
, ARTGoldPlus = 3
, ARTPlatinum = 4
,
ARTPlatinumPlus = 5
, ARTNoReportAccess = 6
, ARTSilver = 7
} |
| User's Reporting Level. More...
|
|
enum | UserRoleTypeEnum {
Tronix = 1
, Tpa = 2
, Agency = 3
, DealerGroup = 4
,
Dealer = 5
} |
|
enum | VehicleType { Unknown = 0
, NewVehicle = 1
, UsedVehicle = 2
, DemoVehicle = 3
} |
|
enum | VehicleTypeEnum : byte { Unknown = 0
, New = 1
, Used = 2
} |
|
enum | VinStatus {
Unknown = 0
, IllegalCharacter = 1
, ProbablyFewerThanSeventeenCharacters = 2
, ProbablyMoreThanSeventeenCharacters = 3
,
CheckDigitVerificationFailed = 4
} |
|
enum | VSCType { Unknown = 0
, WTR = 1
, CaregardStandard = 2
, DealerSpecific = 3
} |
| Used for Class Lookup. More...
|
|