spartaxx.businessmodels 1.0.151 → 1.0.153
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
@@ -80,11 +80,13 @@ export interface ClientInfo {
|
|
80
80
|
CompanyPincode?: string;
|
81
81
|
ClientName?: string;
|
82
82
|
ClassificationType?: string;
|
83
|
+
CompanyWebsite?: string;
|
84
|
+
BppPhone?: string;
|
83
85
|
|
84
86
|
FromEmail?: string;
|
85
87
|
EmailSubject?: string;
|
86
88
|
DispositionNotificationTo?: string;
|
87
|
-
ReturnReceiptTo?:string;
|
89
|
+
ReturnReceiptTo?: string;
|
88
90
|
CommercialLink?: string;
|
89
91
|
ResidentialLink?: string;
|
90
92
|
|