spartaxx.businessmodels 1.0.86 → 1.0.88
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,9 +7,9 @@ export interface ProtestingAccounts {
|
|
7
7
|
TotalRecords?: number;
|
8
8
|
TotalCounties?: number;
|
9
9
|
TotalAccounts?: number;
|
10
|
-
TotalEmailModeCounties
|
11
|
-
TotalUSmailModeCounties
|
12
|
-
TotalOnlinePortalModeCounties
|
10
|
+
TotalEmailModeCounties?: number;
|
11
|
+
TotalUSmailModeCounties?: number;
|
12
|
+
TotalOnlinePortalModeCounties?: number;
|
13
13
|
ProtestingAccountInfo?: ProtestingAccountInfo[];
|
14
14
|
DatasetSelectOperation?: DatasetSelectOperation[];
|
15
15
|
DatasetFilterOperation?: DatasetFilterOperation[];
|