spartaxx.businessmodels 1.0.145 → 1.0.146
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.ts +7 -1
- package/CCC/ClientInfo.ts +7 -1
- package/package.json +1 -1
package/CCC/AccountInfo.ts
CHANGED
@@ -15,7 +15,6 @@ export interface AccountInfo {
|
|
15
15
|
BlastStatusId?: number;
|
16
16
|
IsHasResidentialAccount?: boolean;
|
17
17
|
|
18
|
-
|
19
18
|
LetterDate?: string;
|
20
19
|
TaxYear?: number;
|
21
20
|
ClientportalUrl?: string;
|
@@ -79,4 +78,11 @@ export interface AccountInfo {
|
|
79
78
|
CompanyPincode?: string;
|
80
79
|
ClientName?: string;
|
81
80
|
ClassificationType?: string;
|
81
|
+
|
82
|
+
FromEmail?: string;
|
83
|
+
EmailSubject?: string;
|
84
|
+
DispositionNotificationTo?: string;
|
85
|
+
ReturnReceiptTo?:string;
|
86
|
+
CommercialLink?: string;
|
87
|
+
ResidentialLink?: string;
|
82
88
|
}
|
package/CCC/ClientInfo.ts
CHANGED
@@ -15,7 +15,6 @@ export interface ClientInfo {
|
|
15
15
|
BlastStatusId?: number;
|
16
16
|
IsHasResidentialAccount?: boolean;
|
17
17
|
|
18
|
-
|
19
18
|
LetterDate?: string;
|
20
19
|
TaxYear?: number;
|
21
20
|
ClientportalUrl?: string;
|
@@ -79,4 +78,11 @@ export interface ClientInfo {
|
|
79
78
|
CompanyPincode?: string;
|
80
79
|
ClientName?: string;
|
81
80
|
ClassificationType?: string;
|
81
|
+
|
82
|
+
FromEmail?: string;
|
83
|
+
EmailSubject?: string;
|
84
|
+
DispositionNotificationTo?: string;
|
85
|
+
ReturnReceiptTo?:string;
|
86
|
+
CommercialLink?: string;
|
87
|
+
ResidentialLink?: string;
|
82
88
|
}
|