spartaxx.businessmodels 1.0.129 → 1.0.130
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
|
|
1
1
|
export interface QualifiedClientInfo {
|
2
2
|
ClientId?: number;
|
3
3
|
ClientNumber?: string;
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
4
|
+
ClassificationType?: string;
|
5
|
+
TotalAccounts?: number;
|
6
|
+
ResidentialCounts?: number;
|
7
|
+
CommercialCounts?: number;
|
8
8
|
Homestead?: number;
|
9
9
|
Mode?: string;
|
10
10
|
DeliveryAddress?: string;
|