@@ -125,6 +125,8 @@ public static class RuleResultDetail {
125125 public static class PricingAnalysisResult {
126126 @ JSONField (name = "MachineDetails" )
127127 List <PricingAnalysisMachineDetail > machineDetails ;
128+ @ JSONField (name = "TotalCount" )
129+ Long TotalCount ;
128130 }
129131
130132 @ Data
@@ -147,12 +149,24 @@ public static class PricingAnalysisMachineDetail {
147149 String minimumQuotation ;
148150 @ JSONField (name = "PaymentMethod" )
149151 String paymentMethod ;
152+ @ JSONField (name = "Discount" )
153+ String Discount ;
154+ @ JSONField (name = "Amount" )
155+ String Amount ;
156+ @ JSONField (name = "QuotationType" )
157+ String QuotationType ;
158+ @ JSONField (name = "SubsidyType" )
159+ String SubsidyType ;
160+ @ JSONField (name = "GiftPackageType" )
161+ String GiftPackageType ;
150162 }
151163
152164 @ Data
153165 public static class PitchAnalysisResult {
154166 @ JSONField (name = "MachineDetails" )
155167 List <PitchAnalysisMachineDetail > machineDetails ;
168+ @ JSONField (name = "Summary" )
169+ String Summary ;
156170 }
157171
158172 @ Data
@@ -175,6 +189,8 @@ public static class PitchAnalysisMachineDetail {
175189 public static class VehicleAppearanceResult {
176190 @ JSONField (name = "MachineDetails" )
177191 List <VehicleAppearanceMachineDetail > machineDetails ;
192+ @ JSONField (name = "TotalCount" )
193+ Long TotalCount ;
178194 }
179195
180196 @ Data
@@ -195,6 +211,8 @@ public static class VehicleAppearanceMachineDetail {
195211 public static class NonStandardMaterialDisplayResult {
196212 @ JSONField (name = "MachineDetails" )
197213 List <NonStandardMaterialDisplayDetail > machineDetails ;
214+ @ JSONField (name = "TotalCount" )
215+ Long TotalCount ;
198216 }
199217
200218 @ Data
@@ -213,6 +231,8 @@ public static class NonStandardMaterialDisplayDetail {
213231 public static class OnScreenPresenceMonitoringResult {
214232 @ JSONField (name = "MachineDetails" )
215233 List <OnScreenPresenceMonitoringDetail > machineDetails ;
234+ @ JSONField (name = "TotalDuration" )
235+ Long TotalDuration ;
216236 }
217237
218238 @ Data
@@ -231,6 +251,8 @@ public static class OnScreenPresenceMonitoringDetail {
231251 public static class VehicleSalesPitchResult {
232252 @ JSONField (name = "MachineDetails" )
233253 List <VehicleSalesPitchDetail > machineDetails ;
254+ @ JSONField (name = "TotalCount" )
255+ Long TotalCount ;
234256 }
235257
236258 @ Data
0 commit comments