Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.VerifyOpenBankAccountResponse
-
Packages that use VerifyOpenBankAccountResponse Package Description com.tencentcloudapi.cpdp.v20190820 com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of VerifyOpenBankAccountResponse in com.tencentcloudapi.cpdp.v20190820
Methods in com.tencentcloudapi.cpdp.v20190820 that return VerifyOpenBankAccountResponse Modifier and Type Method Description VerifyOpenBankAccountResponseCpdpClient. VerifyOpenBankAccount(VerifyOpenBankAccountRequest req)云企付-子商户银行卡打款验证,在接入TENPAY渠道EBANK_PAYMENT付款时,若客户期望接入担保支付,需在接入前先完成,收款商户绑定的银行卡进行打款验证。验证成功后,才可以调用CreateOpenBankPaymentOrder接口进行担保支付下单。 -
Uses of VerifyOpenBankAccountResponse in com.tencentcloudapi.cpdp.v20190820.models
Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type VerifyOpenBankAccountResponse Constructor Description VerifyOpenBankAccountResponse(VerifyOpenBankAccountResponse 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.
-