Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.VerifyOpenBankAccountResult
-
Packages that use VerifyOpenBankAccountResult Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of VerifyOpenBankAccountResult in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return VerifyOpenBankAccountResult Modifier and Type Method Description VerifyOpenBankAccountResultVerifyOpenBankAccountResponse. getResult()Get 打款验证结果。前端使用url字段,根据指引完成打款验证动作 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type VerifyOpenBankAccountResult Modifier and Type Method Description voidVerifyOpenBankAccountResponse. setResult(VerifyOpenBankAccountResult Result)Set 打款验证结果。前端使用url字段,根据指引完成打款验证动作 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type VerifyOpenBankAccountResult Constructor Description VerifyOpenBankAccountResult(VerifyOpenBankAccountResult 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.
-