spartaxx.businessmodels 1.0.34 → 1.0.36
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,11 +3,13 @@ export interface ProtestHistoryInfo {
|
|
3
3
|
CountyName?: string;
|
4
4
|
TaxYear?: number;
|
5
5
|
FilingDate?: string;
|
6
|
+
FilingDateTo?: string;
|
6
7
|
ProtestedBy?: string;
|
7
8
|
AccountProtested?: number;
|
8
9
|
DeliveryMethodId?: number;
|
9
10
|
ProtestStatus?: string;
|
10
11
|
AuditStatus?: string;
|
12
|
+
IsAudit?: boolean;
|
11
13
|
HB201Status?: string;
|
12
14
|
ProtestLetterPath?: string;
|
13
15
|
ProtestLetterPWImageId?: number;
|
@@ -15,6 +17,7 @@ export interface ProtestHistoryInfo {
|
|
15
17
|
ProtestHB201LetterPWImageId?: number;
|
16
18
|
ProtestExcelFilePath?: string;
|
17
19
|
HB201RequestDate?: string;
|
20
|
+
HB201RequestDateTo?: string;
|
18
21
|
BatchNumber?: string;
|
19
22
|
HB201USPSNumber?: string;
|
20
23
|
ProtestLetterUSPSNumber?: string
|