public class QueryOpenBankExternalSubMerchantRegistrationRequest extends AbstractModel
Constructor and Description |
---|
QueryOpenBankExternalSubMerchantRegistrationRequest() |
QueryOpenBankExternalSubMerchantRegistrationRequest(QueryOpenBankExternalSubMerchantRegistrationRequest 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 |
getChannelRegistrationNo()
Get 渠道进件号,与外部进件号二者选填其一。
|
String |
getEnvironment()
Get 环境类型
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_
|
String |
getOutRegistrationNo()
Get 外部进件号,与渠道进件号二者选填其一。
|
void |
setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。
|
void |
setChannelRegistrationNo(String ChannelRegistrationNo)
Set 渠道进件号,与外部进件号二者选填其一。
|
void |
setEnvironment(String Environment)
Set 环境类型
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_
|
void |
setOutRegistrationNo(String OutRegistrationNo)
Set 外部进件号,与渠道进件号二者选填其一。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryOpenBankExternalSubMerchantRegistrationRequest()
public QueryOpenBankExternalSubMerchantRegistrationRequest(QueryOpenBankExternalSubMerchantRegistrationRequest source)
public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId
- 渠道商户号。public String getChannelRegistrationNo()
public void setChannelRegistrationNo(String ChannelRegistrationNo)
ChannelRegistrationNo
- 渠道进件号,与外部进件号二者选填其一。public String getOutRegistrationNo()
public void setOutRegistrationNo(String OutRegistrationNo)
OutRegistrationNo
- 外部进件号,与渠道进件号二者选填其一。public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_Copyright © 2022. All rights reserved.