Uses of Class
com.tencentcloudapi.essbasic.v20201222.models.CheckBankCardVerificationResponse
-
Packages that use CheckBankCardVerificationResponse Package Description com.tencentcloudapi.essbasic.v20201222 com.tencentcloudapi.essbasic.v20201222.models -
-
Uses of CheckBankCardVerificationResponse in com.tencentcloudapi.essbasic.v20201222
Methods in com.tencentcloudapi.essbasic.v20201222 that return CheckBankCardVerificationResponse Modifier and Type Method Description CheckBankCardVerificationResponse
EssbasicClient. CheckBankCardVerification(CheckBankCardVerificationRequest req)
该接口为第三方平台向电子签平台验证银行卡二/三/四要素 银行卡二要素(同CheckBankCard2EVerification): bank_card + name 银行卡三要素(同CheckBankCard3EVerification): bank_card + name + id_card_number 银行卡四要素(同CheckBankCard4EVerification): bank_card + name + id_card_number + mobile -
Uses of CheckBankCardVerificationResponse in com.tencentcloudapi.essbasic.v20201222.models
Constructors in com.tencentcloudapi.essbasic.v20201222.models with parameters of type CheckBankCardVerificationResponse Constructor Description CheckBankCardVerificationResponse(CheckBankCardVerificationResponse 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.
-