spartaxx.businessmodels 1.0.84 → 1.0.85
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,11 @@
|
|
1
1
|
export interface ProtestDocuments {
|
2
|
+
ProtestStatus: string;
|
3
|
+
AuditStatus: string;
|
4
|
+
HB201Status: string;
|
2
5
|
ProtestLetterPath?: string;
|
3
6
|
ProtestLetterPWImageId?: string;
|
4
7
|
ProtestHB201LetterPath?: string;
|
5
8
|
ProtestHB201LetterPWImageId?: string;
|
6
9
|
ProtestExcelFilePath?: string;
|
10
|
+
ProtestFilingIds: number[];
|
7
11
|
}
|