| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- package trademark
- //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.
- // MaterialDetail is a nested struct in trademark response
- type MaterialDetail struct {
- CardNumber string `json:"CardNumber" xml:"CardNumber"`
- ContactAddress string `json:"ContactAddress" xml:"ContactAddress"`
- Status int `json:"Status" xml:"Status"`
- EName string `json:"EName" xml:"EName"`
- Address string `json:"Address" xml:"Address"`
- LoaUrl string `json:"LoaUrl" xml:"LoaUrl"`
- City string `json:"City" xml:"City"`
- PassportUrl string `json:"PassportUrl" xml:"PassportUrl"`
- Province string `json:"Province" xml:"Province"`
- EAddress string `json:"EAddress" xml:"EAddress"`
- Name string `json:"Name" xml:"Name"`
- IdCardUrl string `json:"IdCardUrl" xml:"IdCardUrl"`
- BusinessLicenceUrl string `json:"BusinessLicenceUrl" xml:"BusinessLicenceUrl"`
- Type int `json:"Type" xml:"Type"`
- ExpirationDate string `json:"ExpirationDate" xml:"ExpirationDate"`
- ContactZipcode string `json:"ContactZipcode" xml:"ContactZipcode"`
- Town string `json:"Town" xml:"Town"`
- ContactNumber string `json:"ContactNumber" xml:"ContactNumber"`
- ContactEmail string `json:"ContactEmail" xml:"ContactEmail"`
- Country string `json:"Country" xml:"Country"`
- Region int `json:"Region" xml:"Region"`
- ContactName string `json:"ContactName" xml:"ContactName"`
- LegalNoticeUrl string `json:"LegalNoticeUrl" xml:"LegalNoticeUrl"`
- }
|