struct_item_info.go 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. package cloudesl
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // ItemInfo is a nested struct in cloudesl response
  17. type ItemInfo struct {
  18. CompanyId string `json:"CompanyId" xml:"CompanyId"`
  19. StoreId string `json:"StoreId" xml:"StoreId"`
  20. PriceUnit string `json:"PriceUnit" xml:"PriceUnit"`
  21. ActionPrice int `json:"ActionPrice" xml:"ActionPrice"`
  22. ItemBarCode string `json:"ItemBarCode" xml:"ItemBarCode"`
  23. ItemTitle string `json:"ItemTitle" xml:"ItemTitle"`
  24. ItemId int `json:"ItemId" xml:"ItemId"`
  25. ModelNumber string `json:"ModelNumber" xml:"ModelNumber"`
  26. BrandName string `json:"BrandName" xml:"BrandName"`
  27. SaleSpec string `json:"SaleSpec" xml:"SaleSpec"`
  28. CategoryName string `json:"CategoryName" xml:"CategoryName"`
  29. Rank string `json:"Rank" xml:"Rank"`
  30. EnergyEfficiency string `json:"EnergyEfficiency" xml:"EnergyEfficiency"`
  31. SkuId string `json:"SkuId" xml:"SkuId"`
  32. PromotionStart string `json:"PromotionStart" xml:"PromotionStart"`
  33. PromotionEnd string `json:"PromotionEnd" xml:"PromotionEnd"`
  34. PromotionText string `json:"PromotionText" xml:"PromotionText"`
  35. PromotionReason string `json:"PromotionReason" xml:"PromotionReason"`
  36. BePromotion bool `json:"BePromotion" xml:"BePromotion"`
  37. ItemQrCode string `json:"ItemQrCode" xml:"ItemQrCode"`
  38. OriginalPrice int `json:"OriginalPrice" xml:"OriginalPrice"`
  39. MemberPrice int `json:"MemberPrice" xml:"MemberPrice"`
  40. SuggestPrice int `json:"SuggestPrice" xml:"SuggestPrice"`
  41. ItemShortTitle string `json:"ItemShortTitle" xml:"ItemShortTitle"`
  42. OptionGroups string `json:"OptionGroups" xml:"OptionGroups"`
  43. ProductionPlace string `json:"ProductionPlace" xml:"ProductionPlace"`
  44. PositionCode string `json:"PositionCode" xml:"PositionCode"`
  45. ExtraAttribute string `json:"ExtraAttribute" xml:"ExtraAttribute"`
  46. BeSourceCode bool `json:"BeSourceCode" xml:"BeSourceCode"`
  47. SourceCode string `json:"SourceCode" xml:"SourceCode"`
  48. ForestFirstId string `json:"ForestFirstId" xml:"ForestFirstId"`
  49. ForestSecondId string `json:"ForestSecondId" xml:"ForestSecondId"`
  50. CustomizeFeatureA string `json:"CustomizeFeatureA" xml:"CustomizeFeatureA"`
  51. CustomizeFeatureB string `json:"CustomizeFeatureB" xml:"CustomizeFeatureB"`
  52. CustomizeFeatureC string `json:"CustomizeFeatureC" xml:"CustomizeFeatureC"`
  53. CustomizeFeatureD string `json:"CustomizeFeatureD" xml:"CustomizeFeatureD"`
  54. CustomizeFeatureE string `json:"CustomizeFeatureE" xml:"CustomizeFeatureE"`
  55. CustomizeFeatureF string `json:"CustomizeFeatureF" xml:"CustomizeFeatureF"`
  56. CustomizeFeatureG string `json:"CustomizeFeatureG" xml:"CustomizeFeatureG"`
  57. CustomizeFeatureH string `json:"CustomizeFeatureH" xml:"CustomizeFeatureH"`
  58. CustomizeFeatureI string `json:"CustomizeFeatureI" xml:"CustomizeFeatureI"`
  59. CustomizeFeatureJ string `json:"CustomizeFeatureJ" xml:"CustomizeFeatureJ"`
  60. }