public static class CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyDataDetailInfo |
detailInfo
The information about the enterprise.
|
List<String> |
inconsistentData
The fields to be verified.
|
Long |
reasonCode
The code of the verification result.
|
String |
verifyResult
The verification result.
|
构造器和说明 |
---|
CompanyThreeElementsVerificationResponseBodyData() |
@NameInMap(value="DetailInfo") public CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyDataDetailInfo detailInfo
The information about the enterprise.
@NameInMap(value="InconsistentData") public List<String> inconsistentData
The fields to be verified.
@NameInMap(value="ReasonCode") public Long reasonCode
The code of the verification result. Valid values:
* 0: The three elements belong to the same enterprise.
* 1: The three elements belong to the same enterprise, and the business status of the enterprise is abnormal.
* 2: The legal representative information cannot match the enterprise information.
* 3: The three elements do not belong to the same enterprise.
* 4: No information about the enterprise is found.
* 5: No information about the legal representative is found.
@NameInMap(value="VerifyResult") public String verifyResult
The verification result. Valid values:
* true: The three elements belong to the same enterprise and the business status of the enterprise is Active.
* false: The three elements do not belong to the same enterprise.
public CompanyThreeElementsVerificationResponseBodyData()
public static CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyData build(Map<String,?> map) throws Exception
Exception
public CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyData setDetailInfo(CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyDataDetailInfo detailInfo)
public CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyDataDetailInfo getDetailInfo()
public CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyData setInconsistentData(List<String> inconsistentData)
public CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyData setReasonCode(Long reasonCode)
public Long getReasonCode()
public CompanyThreeElementsVerificationResponseBody.CompanyThreeElementsVerificationResponseBodyData setVerifyResult(String verifyResult)
public String getVerifyResult()
Copyright © 2024. All rights reserved.