struct_data.go 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. package trademark
  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. // Data is a nested struct in trademark response
  17. type Data struct {
  18. Extend map[string]interface{} `json:"Extend" xml:"Extend"`
  19. CountryFill bool `json:"CountryFill" xml:"CountryFill"`
  20. Icon string `json:"Icon" xml:"Icon"`
  21. TmName string `json:"TmName" xml:"TmName"`
  22. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  23. ConfiscateAmount float64 `json:"ConfiscateAmount" xml:"ConfiscateAmount"`
  24. ThirdCode string `json:"ThirdCode" xml:"ThirdCode"`
  25. BizId string `json:"BizId" xml:"BizId"`
  26. FinalAmount float64 `json:"FinalAmount" xml:"FinalAmount"`
  27. OperateNote string `json:"OperateNote" xml:"OperateNote"`
  28. AllowCancel bool `json:"AllowCancel" xml:"AllowCancel"`
  29. UserId string `json:"UserId" xml:"UserId"`
  30. Classification string `json:"Classification" xml:"Classification"`
  31. MaterialNameFill bool `json:"MaterialNameFill" xml:"MaterialNameFill"`
  32. BuyerStatus int `json:"BuyerStatus" xml:"BuyerStatus"`
  33. StampFill bool `json:"StampFill" xml:"StampFill"`
  34. AddressFill bool `json:"AddressFill" xml:"AddressFill"`
  35. PreAmount float64 `json:"PreAmount" xml:"PreAmount"`
  36. UpdateTime int64 `json:"UpdateTime" xml:"UpdateTime"`
  37. RegisterNumber string `json:"RegisterNumber" xml:"RegisterNumber"`
  38. RefundAmount float64 `json:"RefundAmount" xml:"RefundAmount"`
  39. Share string `json:"Share" xml:"Share"`
  40. ExclusiveDateLimit string `json:"ExclusiveDateLimit" xml:"ExclusiveDateLimit"`
  41. PreOrderId string `json:"PreOrderId" xml:"PreOrderId"`
  42. TemplateUrl string `json:"TemplateUrl" xml:"TemplateUrl"`
  43. PaidAmount float64 `json:"PaidAmount" xml:"PaidAmount"`
  44. TradeMarkNameFill bool `json:"TradeMarkNameFill" xml:"TradeMarkNameFill"`
  45. NationalityFill bool `json:"NationalityFill" xml:"NationalityFill"`
  46. ErrorMsgs ErrorMsgs `json:"ErrorMsgs" xml:"ErrorMsgs"`
  47. }