Class VerifyOpenBankAccountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.VerifyOpenBankAccountRequest
-
public class VerifyOpenBankAccountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelMerchantId()Get 渠道商户号。外部接入平台入驻云企付平台下发StringgetChannelName()Get 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付StringgetEnvironment()Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_StringgetNotifyUrl()Get 通知地址,如www.test.com。OpenBankPayeeInfogetPayeeInfo()Get 收款方信息。voidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。外部接入平台入驻云企付平台下发voidsetChannelName(String ChannelName)Set 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付voidsetEnvironment(String Environment)Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_voidsetNotifyUrl(String NotifyUrl)Set 通知地址,如www.test.com。voidsetPayeeInfo(OpenBankPayeeInfo PayeeInfo)Set 收款方信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VerifyOpenBankAccountRequest
public VerifyOpenBankAccountRequest()
-
VerifyOpenBankAccountRequest
public 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.
-
-
Method Detail
-
getChannelMerchantId
public String getChannelMerchantId()
Get 渠道商户号。外部接入平台入驻云企付平台下发- Returns:
- ChannelMerchantId 渠道商户号。外部接入平台入驻云企付平台下发
-
setChannelMerchantId
public void setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。外部接入平台入驻云企付平台下发- Parameters:
ChannelMerchantId- 渠道商户号。外部接入平台入驻云企付平台下发
-
getChannelName
public String getChannelName()
Get 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付- Returns:
- ChannelName 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付
-
setChannelName
public void setChannelName(String ChannelName)
Set 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付- Parameters:
ChannelName- 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付
-
getPayeeInfo
public OpenBankPayeeInfo getPayeeInfo()
Get 收款方信息。- Returns:
- PayeeInfo 收款方信息。
-
setPayeeInfo
public void setPayeeInfo(OpenBankPayeeInfo PayeeInfo)
Set 收款方信息。- Parameters:
PayeeInfo- 收款方信息。
-
getNotifyUrl
public String getNotifyUrl()
Get 通知地址,如www.test.com。- Returns:
- NotifyUrl 通知地址,如www.test.com。
-
setNotifyUrl
public void setNotifyUrl(String NotifyUrl)
Set 通知地址,如www.test.com。- Parameters:
NotifyUrl- 通知地址,如www.test.com。
-
getEnvironment
public String getEnvironment()
Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Returns:
- Environment 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Parameters:
Environment- 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
-