spartaxx.businessmodels 1.0.56 → 1.0.57
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,8 @@ export interface ProtestingAccountInfo {
|
|
7
7
|
TotalAccounts?: number;
|
8
8
|
TotalResidentialAccounts?: number;
|
9
9
|
TotalCommericalAccounts?: number;
|
10
|
-
|
10
|
+
ResidentialDeadlineDate?: string;
|
11
|
+
CommercialDeadlineDate?: string;
|
12
|
+
DeadlineDate?: string;
|
11
13
|
ModeId?:number;
|
12
14
|
}
|