spartaxx.businessmodels 1.0.242 → 1.0.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,6 +119,13 @@ export interface SelectedPropertyList {
|
|
119
119
|
TxrollExemptionCode: string;
|
120
120
|
TxrollJurisdictionCode: string;
|
121
121
|
TxrollOcaluc: string;
|
122
|
+
|
123
|
+
CountyId?: number;
|
124
|
+
CountyCode?: string;
|
125
|
+
Township?: string;
|
126
|
+
City?: string;
|
127
|
+
owneraddress2?: string;
|
128
|
+
owneraddress3?: string;
|
122
129
|
}
|
123
130
|
|
124
131
|
export interface SelectedAllProperty {
|
@@ -129,9 +136,9 @@ export interface SelectedAllProperty {
|
|
129
136
|
|
130
137
|
export interface OnlineClientSetupMaster {
|
131
138
|
OnlineClientSetupInfo: OnlineClientSetupInfo
|
132
|
-
SelectedPropertyList: SelectedPropertyList[];
|
139
|
+
SelectedPropertyList: SelectedPropertyList[];
|
133
140
|
}
|
134
|
-
|
141
|
+
|
135
142
|
export interface OnlineClientSetupInfo {
|
136
143
|
FirstName?: string;
|
137
144
|
LastName?: string;
|