spartaxx.businessmodels 1.0.196 → 1.0.198
Sign up to get free protection for your applications and to get access to all the features.
package/CCC/AccountInfo.ts
CHANGED
package/CCC/ClientInfo.ts
CHANGED
@@ -42,5 +42,16 @@ export interface ClientInfo {
|
|
42
42
|
IsHasResidentialAccount?: boolean;
|
43
43
|
IsNeedPropertySurveyForm?: boolean;
|
44
44
|
ESignLink?: string;
|
45
|
+
ClientEmail?: string;
|
46
|
+
ClientAddress?: string;
|
47
|
+
ClientCity?: string;
|
48
|
+
ClientState?: string;
|
49
|
+
ClientPinCode?: string;
|
50
|
+
Day?: number;
|
51
|
+
Month?: number;
|
52
|
+
Year?: number;
|
53
|
+
Terms?: string;
|
54
|
+
Title?: string;
|
55
|
+
ClientSignature?: string;
|
45
56
|
AccountInfo?: AccountInfo[];
|
46
57
|
}
|
package/Common/AppConfigHub.ts
CHANGED