public class CompanyFourElementsVerificationRequest
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.
|
String |
legalPersonCertNo
The ID card number of the legal representative.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CompanyFourElementsVerificationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CompanyFourElementsVerificationRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getEpCertName() |
String |
getEpCertNo() |
String |
getLegalPersonCertName() |
String |
getLegalPersonCertNo() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CompanyFourElementsVerificationRequest |
setAuthCode(String authCode) |
CompanyFourElementsVerificationRequest |
setEpCertName(String epCertName) |
CompanyFourElementsVerificationRequest |
setEpCertNo(String epCertNo) |
CompanyFourElementsVerificationRequest |
setLegalPersonCertName(String legalPersonCertName) |
CompanyFourElementsVerificationRequest |
setLegalPersonCertNo(String legalPersonCertNo) |
CompanyFourElementsVerificationRequest |
setOwnerId(Long ownerId) |
CompanyFourElementsVerificationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CompanyFourElementsVerificationRequest |
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.
@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="LegalPersonCertNo") public String legalPersonCertNo
The ID card number of the legal representative.
> If an enterprise has multiple legal representatives, separate the ID card numbers 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 CompanyFourElementsVerificationRequest build(Map<String,?> map) throws Exception
Exception
public CompanyFourElementsVerificationRequest setAuthCode(String authCode)
public String getAuthCode()
public CompanyFourElementsVerificationRequest setEpCertName(String epCertName)
public String getEpCertName()
public CompanyFourElementsVerificationRequest setEpCertNo(String epCertNo)
public String getEpCertNo()
public CompanyFourElementsVerificationRequest setLegalPersonCertName(String legalPersonCertName)
public String getLegalPersonCertName()
public CompanyFourElementsVerificationRequest setLegalPersonCertNo(String legalPersonCertNo)
public String getLegalPersonCertNo()
public CompanyFourElementsVerificationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CompanyFourElementsVerificationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CompanyFourElementsVerificationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.