spartaxx.businessmodels 1.0.212 → 1.0.213
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.ts +2 -0
- package/CCC/ClientInfo.ts +9 -9
- package/package.json +1 -1
package/CCC/AccountInfo.ts
CHANGED
package/CCC/ClientInfo.ts
CHANGED
@@ -23,24 +23,24 @@ export interface ClientInfo {
|
|
23
23
|
ContactLastName?: string;
|
24
24
|
ContactFax?: string;
|
25
25
|
ContactStateCode?: string;
|
26
|
-
ItIsCommercialClient?:
|
27
|
-
IsNeedAgreement?:
|
26
|
+
ItIsCommercialClient?: number;
|
27
|
+
IsNeedAgreement?: number;
|
28
28
|
TotalPropertyCount?: number;
|
29
29
|
TotalResPropertyCount?: number;
|
30
30
|
TotalComPropertyCount?: number;
|
31
|
-
IsNeedAofA?:
|
32
|
-
IsNeedAofAExpirtationForm?:
|
33
|
-
IsHomeStead?:
|
34
|
-
IsNeedConsentForm?:
|
31
|
+
IsNeedAofA?: number;
|
32
|
+
IsNeedAofAExpirtationForm?: number;
|
33
|
+
IsHomeStead?: number;
|
34
|
+
IsNeedConsentForm?: number;
|
35
35
|
TotalAofAPropertyCount?: number;
|
36
36
|
TotalAofAResPropertyCount?: number;
|
37
37
|
TotalAofAComPropertyCount?: number;
|
38
|
-
IsNeedBAAofA?:
|
38
|
+
IsNeedBAAofA?: number;
|
39
39
|
TotalBAAofAPropertyCount?: number;
|
40
40
|
TotalBAAofAResPropertyCount?: number;
|
41
41
|
TotalBAAofAComPropertyCount?: number;
|
42
|
-
IsHasResidentialAccount?:
|
43
|
-
IsNeedPropertySurveyForm?:
|
42
|
+
IsHasResidentialAccount?: number;
|
43
|
+
IsNeedPropertySurveyForm?: number;
|
44
44
|
ESignLink?: string;
|
45
45
|
ClientEmail?: string;
|
46
46
|
ClientAddress?: string;
|