spartaxx.businessmodels 1.0.299 → 1.0.301
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/ClientInputForm.ts +9 -5
- package/package.json +1 -1
package/CCC/ClientInputForm.ts
CHANGED
@@ -18,11 +18,15 @@ export interface ClientInputForm {
|
|
18
18
|
PerformOtherTaxMatters?: boolean;
|
19
19
|
RevokePriorForSameMatters?: boolean;
|
20
20
|
ListRepresentatives?: string;
|
21
|
-
AofAStepFiveAgentAuthorityDate?: string;
|
22
|
-
AofAStepNineDeliveryDate?: string;
|
23
|
-
Tittle?:number;
|
24
|
-
SigneeName?:string;
|
25
|
-
SigneeRole?:boolean;
|
26
21
|
|
22
|
+
ResAofAStepFiveAgentAuthorityEndDate?: string;
|
23
|
+
ResAofAStepNineDeliveryDate?: string;
|
24
|
+
ComAofAStepFiveAgentAuthorityEndDate?: string;
|
25
|
+
ComAofATittle?:number;
|
26
|
+
ComAofASigneeName?:string;
|
27
|
+
ComAofASigneeRoleChk1?:boolean;
|
28
|
+
ComAofASigneeRoleChk2?:boolean;
|
29
|
+
ComAofASigneeRoleChk3?:boolean;
|
30
|
+
BAAofASigneeName?:string;
|
27
31
|
}
|
28
32
|
|