Class QueryOpenBankSubMerchantSignOnlineRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankSubMerchantSignOnlineRequest
-
public class QueryOpenBankSubMerchantSignOnlineRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryOpenBankSubMerchantSignOnlineRequest()QueryOpenBankSubMerchantSignOnlineRequest(QueryOpenBankSubMerchantSignOnlineRequest 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。StringgetChannelSubMerchantId()Get 渠道子商户ID。StringgetOutSubMerchantId()Get 外部子商户ID。voidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。外部平台接入云企付平台下发。必填。voidsetChannelName(String ChannelName)Set 渠道名称。详见附录-枚举类型-ChannelName。voidsetChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户ID。voidsetOutSubMerchantId(String OutSubMerchantId)Set 外部子商户ID。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
-
QueryOpenBankSubMerchantSignOnlineRequest
public QueryOpenBankSubMerchantSignOnlineRequest()
-
QueryOpenBankSubMerchantSignOnlineRequest
public QueryOpenBankSubMerchantSignOnlineRequest(QueryOpenBankSubMerchantSignOnlineRequest 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。- Returns:
- ChannelName 渠道名称。详见附录-枚举类型-ChannelName。
-
setChannelName
public void setChannelName(String ChannelName)
Set 渠道名称。详见附录-枚举类型-ChannelName。- Parameters:
ChannelName- 渠道名称。详见附录-枚举类型-ChannelName。
-
getOutSubMerchantId
public String getOutSubMerchantId()
Get 外部子商户ID。- Returns:
- OutSubMerchantId 外部子商户ID。
-
setOutSubMerchantId
public void setOutSubMerchantId(String OutSubMerchantId)
Set 外部子商户ID。- Parameters:
OutSubMerchantId- 外部子商户ID。
-
getChannelSubMerchantId
public String getChannelSubMerchantId()
Get 渠道子商户ID。- Returns:
- ChannelSubMerchantId 渠道子商户ID。
-
setChannelSubMerchantId
public void setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户ID。- Parameters:
ChannelSubMerchantId- 渠道子商户ID。
-
-