public class VerifyOpenBankAccountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VerifyOpenBankAccountRequest() | 
| VerifyOpenBankAccountRequest(VerifyOpenBankAccountRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChannelMerchantId()Get 渠道商户号。外部接入平台入驻云企付平台下发 | 
| String | getChannelName()Get 渠道名称。详见附录-云企付枚举类说明-ChannelName。
__TENPAY__: 商企付 | 
| String | getEnvironment()Get 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_ | 
| String | getNotifyUrl()Get 通知地址,如www.test.com。 | 
| OpenBankPayeeInfo | getPayeeInfo()Get 收款方信息。 | 
| void | setChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。外部接入平台入驻云企付平台下发 | 
| void | setChannelName(String ChannelName)Set 渠道名称。详见附录-云企付枚举类说明-ChannelName。
__TENPAY__: 商企付 | 
| void | setEnvironment(String Environment)Set 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_ | 
| void | setNotifyUrl(String NotifyUrl)Set 通知地址,如www.test.com。 | 
| void | setPayeeInfo(OpenBankPayeeInfo PayeeInfo)Set 收款方信息。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VerifyOpenBankAccountRequest()
public VerifyOpenBankAccountRequest(VerifyOpenBankAccountRequest source)
public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId - 渠道商户号。外部接入平台入驻云企付平台下发public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 渠道名称。详见附录-云企付枚举类说明-ChannelName。
__TENPAY__: 商企付public OpenBankPayeeInfo getPayeeInfo()
public void setPayeeInfo(OpenBankPayeeInfo PayeeInfo)
PayeeInfo - 收款方信息。public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl - 通知地址,如www.test.com。public String getEnvironment()
public void setEnvironment(String Environment)
Environment - 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_Copyright © 2025. All rights reserved.