@@ -23,8 +23,6 @@ public class Item
23
23
24
24
public bool Virtual { get ; set ; }
25
25
26
- public bool VirtualSpecified { get ; set ; }
27
-
28
26
public string Brand { get ; set ; }
29
27
30
28
public string Name { get ; set ; }
@@ -37,68 +35,42 @@ public class Item
37
35
38
36
public decimal RRP { get ; set ; }
39
37
40
- public bool RRPSpecified { get ; set ; }
41
-
42
38
public decimal DefaultPrice { get ; set ; }
43
39
44
- public bool DefaultPriceSpecified { get ; set ; }
45
-
46
40
public decimal PromotionPrice { get ; set ; }
47
41
48
- public bool PromotionPriceSpecified { get ; set ; }
49
-
50
42
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
51
43
public DateTime ? PromotionStartDate { get ; set ; }
52
44
53
- public bool PromotionStartDateSpecified { get ; set ; }
54
-
55
45
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
56
46
public DateTime ? PromotionStartDateLocal { get ; set ; }
57
47
58
- public bool PromotionStartDateLocalSpecified { get ; set ; }
59
-
60
48
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
61
49
public DateTime ? PromotionStartDateUTC { get ; set ; }
62
50
63
- public bool PromotionStartDateUTCSpecified { get ; set ; }
64
-
65
51
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
66
52
public DateTime ? PromotionExpiryDate { get ; set ; }
67
53
68
- public bool PromotionExpiryDateSpecified { get ; set ; }
69
-
70
54
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
71
55
public DateTime ? PromotionExpiryDateLocal { get ; set ; }
72
56
73
- public bool PromotionExpiryDateLocalSpecified { get ; set ; }
74
-
75
57
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
76
58
public DateTime ? PromotionExpiryDateUTC { get ; set ; }
77
59
78
- public bool PromotionExpiryDateUTCSpecified { get ; set ; }
79
-
80
60
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
81
61
public DateTime ? DateArrival { get ; set ; }
82
62
83
- public bool DateArrivalSpecified { get ; set ; }
84
-
85
63
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
86
64
public DateTime ? DateArrivalUTC { get ; set ; }
87
65
88
- public bool DateArrivalUTCSpecified { get ; set ; }
89
-
90
66
public decimal CostPrice { get ; set ; }
91
67
92
- public bool CostPriceSpecified { get ; set ; }
93
-
94
68
public string UnitOfMeasure { get ; set ; }
95
69
96
70
public string BaseUnitOfMeasure { get ; set ; }
97
71
98
72
public decimal BaseUnitPerQuantity { get ; set ; }
99
73
100
- public bool BaseUnitPerQuantitySpecified { get ; set ; }
101
-
102
74
public string BuyUnitQuantity { get ; set ; }
103
75
104
76
public string QuantityPerScan { get ; set ; }
@@ -113,32 +85,18 @@ public class Item
113
85
114
86
public bool Approved { get ; set ; }
115
87
116
- public bool ApprovedSpecified { get ; set ; }
117
-
118
88
public bool IsActive { get ; set ; }
119
89
120
- public bool IsActiveSpecified { get ; set ; }
121
-
122
90
public bool Visible { get ; set ; }
123
91
124
- public bool VisibleSpecified { get ; set ; }
125
-
126
92
public bool TaxFreeItem { get ; set ; }
127
93
128
- public bool TaxFreeItemSpecified { get ; set ; }
129
-
130
94
public bool TaxInclusive { get ; set ; }
131
95
132
- public bool TaxInclusiveSpecified { get ; set ; }
133
-
134
96
public bool ApprovedForPOS { get ; set ; }
135
97
136
- public bool ApprovedForPOSSpecified { get ; set ; }
137
-
138
98
public bool ApprovedForMobileStore { get ; set ; }
139
99
140
- public bool ApprovedForMobileStoreSpecified { get ; set ; }
141
-
142
100
public string SearchKeywords { get ; set ; }
143
101
144
102
public string ShortDescription { get ; set ; }
@@ -178,33 +136,24 @@ public class Item
178
136
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
179
137
public DateTime ? DateAdded { get ; set ; }
180
138
181
- public bool DateAddedSpecified { get ; set ; }
182
-
183
139
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
184
140
public DateTime ? DateAddedLocal { get ; set ; }
185
141
186
- public bool DateAddedLocalSpecified { get ; set ; }
187
-
188
142
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
189
143
public DateTime ? DateAddedUTC { get ; set ; }
190
144
191
- public bool DateAddedUTCSpecified { get ; set ; }
192
145
193
146
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
194
147
public DateTime ? DateUpdated { get ; set ; }
195
148
196
- public bool DateUpdatedSpecified { get ; set ; }
197
149
198
150
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
199
151
public DateTime ? DateUpdatedLocal { get ; set ; }
200
152
201
- public bool DateUpdatedLocalSpecified { get ; set ; }
202
153
203
154
[ JsonConverter ( typeof ( NetoDateNullConverter < DateTime > ) ) ]
204
155
public DateTime ? DateUpdatedUTC { get ; set ; }
205
156
206
- public bool DateUpdatedUTCSpecified { get ; set ; }
207
-
208
157
public string UPC { get ; set ; }
209
158
210
159
public string UPC1 { get ; set ; }
@@ -243,36 +192,19 @@ public class Item
243
192
244
193
public decimal ItemHeight { get ; set ; }
245
194
246
- public bool ItemHeightSpecified { get ; set ; }
247
-
248
195
public decimal ItemLength { get ; set ; }
249
196
250
- public bool ItemLengthSpecified { get ; set ; }
251
-
252
197
public decimal ItemWidth { get ; set ; }
253
198
254
- public bool ItemWidthSpecified { get ; set ; }
255
-
256
199
public decimal ShippingHeight { get ; set ; }
257
-
258
- public bool ShippingHeightSpecified { get ; set ; }
259
-
260
200
public decimal ShippingLength { get ; set ; }
261
201
262
- public bool ShippingLengthSpecified { get ; set ; }
263
-
264
202
public decimal ShippingWidth { get ; set ; }
265
203
266
- public bool ShippingWidthSpecified { get ; set ; }
267
-
268
204
public decimal ShippingWeight { get ; set ; }
269
205
270
- public bool ShippingWeightSpecified { get ; set ; }
271
-
272
206
public decimal CubicWeight { get ; set ; }
273
207
274
- public bool CubicWeightSpecified { get ; set ; }
275
-
276
208
public string SupplierItemCode { get ; set ; }
277
209
278
210
public string SplitForWarehousePicking { get ; set ; }
@@ -285,12 +217,8 @@ public class Item
285
217
286
218
public bool EditableKitBundle { get ; set ; }
287
219
288
- public bool EditableKitBundleSpecified { get ; set ; }
289
-
290
220
public bool RequiresPackaging { get ; set ; }
291
221
292
- public bool RequiresPackagingSpecified { get ; set ; }
293
-
294
222
public string SEOPageTitle { get ; set ; }
295
223
296
224
public string SEOMetaKeywords { get ; set ; }
@@ -303,14 +231,10 @@ public class Item
303
231
304
232
public bool IsAsset { get ; set ; }
305
233
306
- public bool IsAssetSpecified { get ; set ; }
307
-
308
234
public string WhenToRepeatOnStandingOrders { get ; set ; }
309
235
310
236
public bool SerialTracking { get ; set ; }
311
237
312
- public bool SerialTrackingSpecified { get ; set ; }
313
-
314
238
public string Group { get ; set ; }
315
239
316
240
public string ShippingCategory { get ; set ; }
@@ -319,16 +243,12 @@ public class Item
319
243
320
244
public decimal MonthlySpendRequirement { get ; set ; }
321
245
322
- public bool MonthlySpendRequirementSpecified { get ; set ; }
323
-
324
246
public string RestrictedToUserGroup { get ; set ; }
325
247
326
248
public string ItemURL { get ; set ; }
327
249
328
250
public bool AutomaticURL { get ; set ; }
329
251
330
- public bool AutomaticURLSpecified { get ; set ; }
331
-
332
252
public string CommittedQuantity { get ; set ; }
333
253
334
254
public string Misc01 { get ; set ; }
0 commit comments