| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- package cloudesl
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // ItemInfo is a nested struct in cloudesl response
- type ItemInfo struct {
- CompanyId string `json:"CompanyId" xml:"CompanyId"`
- StoreId string `json:"StoreId" xml:"StoreId"`
- PriceUnit string `json:"PriceUnit" xml:"PriceUnit"`
- ActionPrice int `json:"ActionPrice" xml:"ActionPrice"`
- ItemBarCode string `json:"ItemBarCode" xml:"ItemBarCode"`
- ItemTitle string `json:"ItemTitle" xml:"ItemTitle"`
- ItemId int `json:"ItemId" xml:"ItemId"`
- ModelNumber string `json:"ModelNumber" xml:"ModelNumber"`
- BrandName string `json:"BrandName" xml:"BrandName"`
- SaleSpec string `json:"SaleSpec" xml:"SaleSpec"`
- CategoryName string `json:"CategoryName" xml:"CategoryName"`
- Rank string `json:"Rank" xml:"Rank"`
- EnergyEfficiency string `json:"EnergyEfficiency" xml:"EnergyEfficiency"`
- SkuId string `json:"SkuId" xml:"SkuId"`
- PromotionStart string `json:"PromotionStart" xml:"PromotionStart"`
- PromotionEnd string `json:"PromotionEnd" xml:"PromotionEnd"`
- PromotionText string `json:"PromotionText" xml:"PromotionText"`
- PromotionReason string `json:"PromotionReason" xml:"PromotionReason"`
- BePromotion bool `json:"BePromotion" xml:"BePromotion"`
- ItemQrCode string `json:"ItemQrCode" xml:"ItemQrCode"`
- OriginalPrice int `json:"OriginalPrice" xml:"OriginalPrice"`
- MemberPrice int `json:"MemberPrice" xml:"MemberPrice"`
- SuggestPrice int `json:"SuggestPrice" xml:"SuggestPrice"`
- ItemShortTitle string `json:"ItemShortTitle" xml:"ItemShortTitle"`
- OptionGroups string `json:"OptionGroups" xml:"OptionGroups"`
- ProductionPlace string `json:"ProductionPlace" xml:"ProductionPlace"`
- PositionCode string `json:"PositionCode" xml:"PositionCode"`
- ExtraAttribute string `json:"ExtraAttribute" xml:"ExtraAttribute"`
- BeSourceCode bool `json:"BeSourceCode" xml:"BeSourceCode"`
- SourceCode string `json:"SourceCode" xml:"SourceCode"`
- ForestFirstId string `json:"ForestFirstId" xml:"ForestFirstId"`
- ForestSecondId string `json:"ForestSecondId" xml:"ForestSecondId"`
- CustomizeFeatureA string `json:"CustomizeFeatureA" xml:"CustomizeFeatureA"`
- CustomizeFeatureB string `json:"CustomizeFeatureB" xml:"CustomizeFeatureB"`
- CustomizeFeatureC string `json:"CustomizeFeatureC" xml:"CustomizeFeatureC"`
- CustomizeFeatureD string `json:"CustomizeFeatureD" xml:"CustomizeFeatureD"`
- CustomizeFeatureE string `json:"CustomizeFeatureE" xml:"CustomizeFeatureE"`
- CustomizeFeatureF string `json:"CustomizeFeatureF" xml:"CustomizeFeatureF"`
- CustomizeFeatureG string `json:"CustomizeFeatureG" xml:"CustomizeFeatureG"`
- CustomizeFeatureH string `json:"CustomizeFeatureH" xml:"CustomizeFeatureH"`
- CustomizeFeatureI string `json:"CustomizeFeatureI" xml:"CustomizeFeatureI"`
- CustomizeFeatureJ string `json:"CustomizeFeatureJ" xml:"CustomizeFeatureJ"`
- }
|