spartaxx.businessmodels 1.0.208 → 1.0.209
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,8 @@ export interface ClientSetupInfo {
|
|
85
85
|
ClientId: number;
|
86
86
|
ClientNumber: string;
|
87
87
|
TxrollOcaluc: string;
|
88
|
+
IsRendition: boolean;
|
89
|
+
IsFinancial: boolean;
|
88
90
|
}
|
89
91
|
|
90
92
|
export interface SelectedPropertyList {
|
@@ -92,6 +94,8 @@ export interface SelectedPropertyList {
|
|
92
94
|
AccountNumber: string;
|
93
95
|
PropertyType: string;
|
94
96
|
State: string;
|
97
|
+
IsRendition: boolean;
|
98
|
+
IsFinancial: boolean;
|
95
99
|
}
|
96
100
|
|
97
101
|
export interface SelectedAllProperty {
|