spartaxx.businessmodels 1.0.33 → 1.0.35
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ 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;
|
@@ -15,6 +16,7 @@ export interface ProtestHistoryInfo {
|
|
15
16
|
ProtestHB201LetterPWImageId?: number;
|
16
17
|
ProtestExcelFilePath?: string;
|
17
18
|
HB201RequestDate?: string;
|
19
|
+
HB201RequestDateTo?: string;
|
18
20
|
BatchNumber?: string;
|
19
21
|
HB201USPSNumber?: string;
|
20
22
|
ProtestLetterUSPSNumber?: string
|
@@ -25,4 +27,6 @@ export interface ProtestHistoryInfo {
|
|
25
27
|
MaxIndexValue?: number;
|
26
28
|
TotalRecordCount?: number;
|
27
29
|
CalendarDuration?: string;
|
30
|
+
AuditedBy?: string;
|
31
|
+
AuditedAt?: string
|
28
32
|
}
|