Uses of Class
com.tencentcloudapi.bma.v20210624.models.CreateCRUserVerifyResponse
-
Packages that use CreateCRUserVerifyResponse Package Description com.tencentcloudapi.bma.v20210624 com.tencentcloudapi.bma.v20210624.models -
-
Uses of CreateCRUserVerifyResponse in com.tencentcloudapi.bma.v20210624
Methods in com.tencentcloudapi.bma.v20210624 that return CreateCRUserVerifyResponse Modifier and Type Method Description CreateCRUserVerifyResponseBmaClient. CreateCRUserVerify(CreateCRUserVerifyRequest req)本接口用于个人认证,新接入用户必须认证后才可以进行后续操作(个人认证和企业认证二选一),只需认证一次即可 -
Uses of CreateCRUserVerifyResponse in com.tencentcloudapi.bma.v20210624.models
Constructors in com.tencentcloudapi.bma.v20210624.models with parameters of type CreateCRUserVerifyResponse Constructor Description CreateCRUserVerifyResponse(CreateCRUserVerifyResponse 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.
-