public class ApplyOpenBankSubMerchantSignOnlineRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplyOpenBankSubMerchantSignOnlineRequest() | 
| ApplyOpenBankSubMerchantSignOnlineRequest(ApplyOpenBankSubMerchantSignOnlineRequest 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。 | 
| String | getChannelSubMerchantId()Get 渠道子商户ID。 | 
| String | getNotifyUrl()Get 签约成功回调地址。 | 
| String | getOutSubMerchantId()Get 外部子商户ID。 | 
| void | setChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。外部平台接入云企付平台下发。必填。 | 
| void | setChannelName(String ChannelName)Set 渠道名称。详见附录-枚举类型-ChannelName。 | 
| void | setChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户ID。 | 
| void | setNotifyUrl(String NotifyUrl)Set 签约成功回调地址。 | 
| void | setOutSubMerchantId(String OutSubMerchantId)Set 外部子商户ID。 | 
| 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 ApplyOpenBankSubMerchantSignOnlineRequest()
public ApplyOpenBankSubMerchantSignOnlineRequest(ApplyOpenBankSubMerchantSignOnlineRequest source)
public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId - 渠道商户号。外部平台接入云企付平台下发。必填。public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 渠道名称。详见附录-枚举类型-ChannelName。public String getOutSubMerchantId()
public void setOutSubMerchantId(String OutSubMerchantId)
OutSubMerchantId - 外部子商户ID。public String getChannelSubMerchantId()
public void setChannelSubMerchantId(String ChannelSubMerchantId)
ChannelSubMerchantId - 渠道子商户ID。public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl - 签约成功回调地址。Copyright © 2025. All rights reserved.