public class QueryOpenBankProfitSharePayeeRequest extends AbstractModel
Constructor and Description |
---|
QueryOpenBankProfitSharePayeeRequest() |
QueryOpenBankProfitSharePayeeRequest(QueryOpenBankProfitSharePayeeRequest 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 |
getAccountId()
Get 分账方绑定添加返回的AccountId,账户号和账户ID选其一
|
String |
getAccountNo()
Get 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一
|
String |
getChannelMerchantId()
Get 渠道商户号。代理商/集团ID
|
String |
getChannelSubMerchantId()
Get 渠道子商户号。商户ID
|
String |
getCurrency()
Get 使用账户号时必选
|
String |
getEnvironment()
Get 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
|
void |
setAccountId(String AccountId)
Set 分账方绑定添加返回的AccountId,账户号和账户ID选其一
|
void |
setAccountNo(String AccountNo)
Set 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一
|
void |
setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。代理商/集团ID
|
void |
setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户号。商户ID
|
void |
setCurrency(String Currency)
Set 使用账户号时必选
|
void |
setEnvironment(String Environment)
Set 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
|
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 QueryOpenBankProfitSharePayeeRequest()
public QueryOpenBankProfitSharePayeeRequest(QueryOpenBankProfitSharePayeeRequest source)
public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId
- 渠道商户号。代理商/集团IDpublic String getChannelSubMerchantId()
public void setChannelSubMerchantId(String ChannelSubMerchantId)
ChannelSubMerchantId
- 渠道子商户号。商户IDpublic String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 分账方绑定添加返回的AccountId,账户号和账户ID选其一public String getAccountNo()
public void setAccountNo(String AccountNo)
AccountNo
- 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一public String getCurrency()
public void setCurrency(String Currency)
Currency
- 使用账户号时必选public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境Copyright © 2023. All rights reserved.