spartaxx.businessmodels 1.0.313 → 1.0.315
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ HomeSoldLast24months?: string;
|
|
22
22
|
SoldListingPrice?: string;
|
23
23
|
HasStructureFloodedBefore?: string;
|
24
24
|
HowManyTimes?: number;
|
25
|
-
LastFloodingDate?:
|
25
|
+
LastFloodingDate?: string;
|
26
26
|
StillConditionIssues?: string;
|
27
27
|
Remarks?: string;
|
28
28
|
Remodeled?: string;
|
@@ -37,4 +37,25 @@ PleaseDescribe?: string;
|
|
37
37
|
AnyAtypicalCharacteristics?: string;
|
38
38
|
AdditionalComments?: string;
|
39
39
|
PropertyDetailsId?: number;
|
40
|
+
SidingAndExteriorComments?: string;
|
41
|
+
FoundationComments?: string;
|
42
|
+
RoofComments?: string;
|
43
|
+
SheetrockComments?: string;
|
44
|
+
WindowsAndDoorsComments?: string;
|
45
|
+
BathroomConditionComments?: string;
|
46
|
+
PlumbingSystemComments?: string;
|
47
|
+
KitchenConditionComments?: string;
|
48
|
+
FlooringComments?: string;
|
49
|
+
HVACSystemComments?: string;
|
50
|
+
SidingAndExteriorPhotos?: string;
|
51
|
+
FoundationPhotos?: string;
|
52
|
+
RoofPhotos?: string;
|
53
|
+
SheetrockPhotos?: string;
|
54
|
+
WindowsAndDoorsPhotos?: string;
|
55
|
+
BathroomConditionPhotos?: string;
|
56
|
+
KitchenConditionPhotos?: string;
|
57
|
+
FlooringPhotos?: string;
|
58
|
+
PlumbingSystemPhotos?: string;
|
59
|
+
HVACSystemPhotos?: string;
|
60
|
+
|
40
61
|
}
|