Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.OpenBankPayeeInfo
-
Packages that use OpenBankPayeeInfo Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of OpenBankPayeeInfo in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return OpenBankPayeeInfo Modifier and Type Method Description OpenBankPayeeInfoCreateOpenBankPaymentOrderRequest. getPayeeInfo()Get 收款方信息。OpenBankPayeeInfoVerifyOpenBankAccountRequest. getPayeeInfo()Get 收款方信息。Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type OpenBankPayeeInfo Modifier and Type Method Description voidCreateOpenBankPaymentOrderRequest. setPayeeInfo(OpenBankPayeeInfo PayeeInfo)Set 收款方信息。voidVerifyOpenBankAccountRequest. setPayeeInfo(OpenBankPayeeInfo PayeeInfo)Set 收款方信息。Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type OpenBankPayeeInfo Constructor Description OpenBankPayeeInfo(OpenBankPayeeInfo 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.
-