public class CompanyThreeElementsVerificationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authCode
The authorization code.
|
String |
epCertName
The enterprise name.
|
String |
epCertNo
The business license number.
|
String |
legalPersonCertName
The name of the legal representative.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CompanyThreeElementsVerificationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CompanyThreeElementsVerificationRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getEpCertName() |
String |
getEpCertNo() |
String |
getLegalPersonCertName() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CompanyThreeElementsVerificationRequest |
setAuthCode(String authCode) |
CompanyThreeElementsVerificationRequest |
setEpCertName(String epCertName) |
CompanyThreeElementsVerificationRequest |
setEpCertNo(String epCertNo) |
CompanyThreeElementsVerificationRequest |
setLegalPersonCertName(String legalPersonCertName) |
CompanyThreeElementsVerificationRequest |
setOwnerId(Long ownerId) |
CompanyThreeElementsVerificationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CompanyThreeElementsVerificationRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AuthCode") public String authCode
The authorization code.
> On the [My Applications](https://dytns.console.aliyun.com/analysis/apply) page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/overview?spm=a2c4g.608385.0.0.79847f8b3awqUC), you can obtain the authorization code (also known as authorization ID).
This parameter is required.
@NameInMap(value="EpCertName") public String epCertName
The enterprise name.
This parameter is required.
@NameInMap(value="EpCertNo") public String epCertNo
The business license number.
This parameter is required.
@NameInMap(value="LegalPersonCertName") public String legalPersonCertName
The name of the legal representative.
> If an enterprise has multiple legal representatives, separate them with commas (,).
This parameter is required.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CompanyThreeElementsVerificationRequest build(Map<String,?> map) throws Exception
Exception
public CompanyThreeElementsVerificationRequest setAuthCode(String authCode)
public String getAuthCode()
public CompanyThreeElementsVerificationRequest setEpCertName(String epCertName)
public String getEpCertName()
public CompanyThreeElementsVerificationRequest setEpCertNo(String epCertNo)
public String getEpCertNo()
public CompanyThreeElementsVerificationRequest setLegalPersonCertName(String legalPersonCertName)
public String getLegalPersonCertName()
public CompanyThreeElementsVerificationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CompanyThreeElementsVerificationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CompanyThreeElementsVerificationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.