struct_material_detail.go 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. // MaterialDetail is a nested struct in trademark response
  17. type MaterialDetail struct {
  18. CardNumber string `json:"CardNumber" xml:"CardNumber"`
  19. ContactAddress string `json:"ContactAddress" xml:"ContactAddress"`
  20. Status int `json:"Status" xml:"Status"`
  21. EName string `json:"EName" xml:"EName"`
  22. Address string `json:"Address" xml:"Address"`
  23. LoaUrl string `json:"LoaUrl" xml:"LoaUrl"`
  24. City string `json:"City" xml:"City"`
  25. PassportUrl string `json:"PassportUrl" xml:"PassportUrl"`
  26. Province string `json:"Province" xml:"Province"`
  27. EAddress string `json:"EAddress" xml:"EAddress"`
  28. Name string `json:"Name" xml:"Name"`
  29. IdCardUrl string `json:"IdCardUrl" xml:"IdCardUrl"`
  30. BusinessLicenceUrl string `json:"BusinessLicenceUrl" xml:"BusinessLicenceUrl"`
  31. Type int `json:"Type" xml:"Type"`
  32. ExpirationDate string `json:"ExpirationDate" xml:"ExpirationDate"`
  33. ContactZipcode string `json:"ContactZipcode" xml:"ContactZipcode"`
  34. Town string `json:"Town" xml:"Town"`
  35. ContactNumber string `json:"ContactNumber" xml:"ContactNumber"`
  36. ContactEmail string `json:"ContactEmail" xml:"ContactEmail"`
  37. Country string `json:"Country" xml:"Country"`
  38. Region int `json:"Region" xml:"Region"`
  39. ContactName string `json:"ContactName" xml:"ContactName"`
  40. LegalNoticeUrl string `json:"LegalNoticeUrl" xml:"LegalNoticeUrl"`
  41. }