public class QueryOpenBankBindExternalSubMerchantBankAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryOpenBankBindExternalSubMerchantBankAccountRequest() |
QueryOpenBankBindExternalSubMerchantBankAccountRequest(QueryOpenBankBindExternalSubMerchantBankAccountRequest 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 |
getChannelApplyId()
Get 渠道申请编号,与外部申请编号二者选填其一。
|
String |
getChannelMerchantId()
Get 渠道商户ID。
|
String |
getChannelSubMerchantId()
Get 渠道子商户ID。
|
String |
getEnvironment()
Get 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_
|
String |
getOutApplyId()
Get 外部申请编号,与渠道申请编号二者选填其一。
|
void |
setChannelApplyId(String ChannelApplyId)
Set 渠道申请编号,与外部申请编号二者选填其一。
|
void |
setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户ID。
|
void |
setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户ID。
|
void |
setEnvironment(String Environment)
Set 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_
|
void |
setOutApplyId(String OutApplyId)
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, toJsonString
public QueryOpenBankBindExternalSubMerchantBankAccountRequest()
public QueryOpenBankBindExternalSubMerchantBankAccountRequest(QueryOpenBankBindExternalSubMerchantBankAccountRequest source)
public String getChannelSubMerchantId()
public void setChannelSubMerchantId(String ChannelSubMerchantId)
ChannelSubMerchantId
- 渠道子商户ID。public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId
- 渠道商户ID。public String getChannelApplyId()
public void setChannelApplyId(String ChannelApplyId)
ChannelApplyId
- 渠道申请编号,与外部申请编号二者选填其一。public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_public String getOutApplyId()
public void setOutApplyId(String OutApplyId)
OutApplyId
- 外部申请编号,与渠道申请编号二者选填其一。Copyright © 2024. All rights reserved.