Uses of Class
com.tencentcloudapi.bma.v20210624.models.CreateCRCompanyVerifyRequest
-
Packages that use CreateCRCompanyVerifyRequest Package Description com.tencentcloudapi.bma.v20210624 com.tencentcloudapi.bma.v20210624.models -
-
Uses of CreateCRCompanyVerifyRequest in com.tencentcloudapi.bma.v20210624
Methods in com.tencentcloudapi.bma.v20210624 with parameters of type CreateCRCompanyVerifyRequest Modifier and Type Method Description CreateCRCompanyVerifyResponseBmaClient. CreateCRCompanyVerify(CreateCRCompanyVerifyRequest req)本接口用于企业认证,新接入用户必须认证后才可以进行后续操作(个人认证和企业认证二选一),只需认证一次即可 -
Uses of CreateCRCompanyVerifyRequest in com.tencentcloudapi.bma.v20210624.models
Constructors in com.tencentcloudapi.bma.v20210624.models with parameters of type CreateCRCompanyVerifyRequest Constructor Description CreateCRCompanyVerifyRequest(CreateCRCompanyVerifyRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-