-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDISB.cs
122 lines (120 loc) · 5.74 KB
/
DISB.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace QA_Tools
{
using System;
using System.Collections.Generic;
public partial class DISB
{
public long DISB_ID { get; set; }
public Nullable<int> CORE { get; set; }
public Nullable<int> SYSTEM_YEAR { get; set; }
public string sdisbkey { get; set; }
public string srecnum { get; set; }
public string sdisbtype { get; set; }
public string spriortype { get; set; }
public Nullable<double> rdisbamt { get; set; }
public string swaitdate { get; set; }
public string sdisbdate { get; set; }
public string scleardate { get; set; }
public string sstopdate { get; set; }
public string schecknum { get; set; }
public string sverified { get; set; }
public string sdisbnum { get; set; }
public string arrkeylen { get; set; }
public string rtn { get; set; }
public string dan { get; set; }
public string accttype { get; set; }
public string soldchecknum { get; set; }
public Nullable<bool> fprepfeediscl { get; set; }
public string spriordebtflag { get; set; }
public string sdebtbankcode { get; set; }
public Nullable<bool> fralrtfeediscl { get; set; }
public Nullable<bool> fstatefeediscl { get; set; }
public Nullable<bool> fCCdebtdiscl { get; set; }
public Nullable<bool> firsfundeddiscl { get; set; }
public Nullable<bool> fstatefundeddiscl { get; set; }
public Nullable<bool> freprintflag { get; set; }
public string sadjflag { get; set; }
public string scashmachineflag { get; set; }
public Nullable<bool> fweeklycycle { get; set; }
public string termid { get; set; }
public string cwauthnum { get; set; }
public string recordcreatetime { get; set; }
public string specialdisbflag { get; set; }
public string swaittime { get; set; }
public string sdisbtime { get; set; }
public string sstoptime { get; set; }
public string scleartime { get; set; }
public string sreleasedate { get; set; }
public string sweeklycycledate { get; set; }
public string sweeklycycletime { get; set; }
public string suserdisbtype { get; set; }
public Nullable<long> wnumverified { get; set; }
public string solddisbnum { get; set; }
public string stationid { get; set; }
public string atmresponse { get; set; }
public string atmauditno { get; set; }
public string sstate { get; set; }
public string snamec { get; set; }
public string retailflag { get; set; }
public string achholdflag { get; set; }
public string lastupdatedatetime { get; set; }
public string sIntuitAckID { get; set; }
public string sHoldFlag { get; set; }
public string sRetToIRSInd { get; set; }
public string sTraceNumber { get; set; }
public string sRetCode { get; set; }
public string sCommentPrint { get; set; }
public string CardUpdateDateTime { get; set; }
public string sTransmitterEFIN { get; set; }
public string sRevRejInd { get; set; }
public string disbrecsent { get; set; }
public string sbatchid { get; set; }
public string TPGFeeInd { get; set; }
public string swcitemid { get; set; }
public string sEROFeeAdvInd { get; set; }
public Nullable<double> rFiller { get; set; }
public string cardloadedind { get; set; }
public string sIsJHCard { get; set; }
public string sIsJHLoanDisb { get; set; }
public string sCardTypeInd { get; set; }
public string sLibertyFunder { get; set; }
public string sLibertyServicer { get; set; }
public Nullable<bool> fIsPetzSB { get; set; }
public string sFundsSentBackToIRS { get; set; }
public string sBCMCheck { get; set; }
public string sRTCPachtypeind { get; set; }
public string sChecklessInd { get; set; }
public string sSubDisbkey { get; set; }
public string sClaimCodeInd { get; set; }
public string sCashWebOrig { get; set; }
public string sRemoteChkInd { get; set; }
public string sHoldEmailSent { get; set; }
public string filler { get; set; }
public Nullable<double> ravailable1 { get; set; }
public string sReleaseHoldInd { get; set; }
public string sEffectiveDate { get; set; }
public Nullable<bool> fJHEarlyFunding { get; set; }
public string sCardTranID { get; set; }
public string RecordHash { get; set; }
public long LastUpdateTimeStamp { get; set; }
public System.DateTime DBCreateDate { get; set; }
public System.DateTime DBUpdateDate { get; set; }
public Nullable<bool> fCheckAuthorizationFeeDisclosure { get; set; }
public Nullable<bool> fPointOfSaleDisclosure { get; set; }
public Nullable<double> CheckFeeAmountToTran { get; set; }
public Nullable<double> CheckFeeAmountToMaster { get; set; }
public Nullable<double> CheckFeeAmountToSite { get; set; }
public Nullable<double> CheckFeeAmountToProcessor { get; set; }
public string SSettlementDate { get; set; }
public Nullable<bool> fadvanceinterestdisc { get; set; }
public Nullable<bool> DocProcessingFeeDisclosure { get; set; }
}
}