public class BindOpenBankProfitSharePayeeRequest extends AbstractModel
Constructor and Description |
---|
BindOpenBankProfitSharePayeeRequest() |
BindOpenBankProfitSharePayeeRequest(BindOpenBankProfitSharePayeeRequest 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 |
getAccountNo()
Get 收款人银行账户号。唯一
|
String |
getChannelMerchantId()
Get 渠道商户号。代理商/集团ID
|
String |
getChannelName()
Get 渠道名称
通联国际: CNP
|
String |
getChannelSubMerchantId()
Get 渠道子商户号。商户ID
|
String |
getEnvironment()
Get 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
|
String |
getExternalProfitSharingData()
Get 第三方拓展信息。若无特殊说明,可为空
|
String |
getNotifyUrl()
Get 绑定状态通知地址,若为空,即不回调通知。
|
OpenBankProfitSharePayeeInfo |
getProfitSharePayeeInfo()
Get 分账收款人信息。通联国际必选
|
void |
setAccountNo(String AccountNo)
Set 收款人银行账户号。唯一
|
void |
setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。代理商/集团ID
|
void |
setChannelName(String ChannelName)
Set 渠道名称
通联国际: CNP
|
void |
setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户号。商户ID
|
void |
setEnvironment(String Environment)
Set 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
|
void |
setExternalProfitSharingData(String ExternalProfitSharingData)
Set 第三方拓展信息。若无特殊说明,可为空
|
void |
setNotifyUrl(String NotifyUrl)
Set 绑定状态通知地址,若为空,即不回调通知。
|
void |
setProfitSharePayeeInfo(OpenBankProfitSharePayeeInfo ProfitSharePayeeInfo)
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 BindOpenBankProfitSharePayeeRequest()
public BindOpenBankProfitSharePayeeRequest(BindOpenBankProfitSharePayeeRequest source)
public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId
- 渠道商户号。代理商/集团IDpublic String getAccountNo()
public void setAccountNo(String AccountNo)
AccountNo
- 收款人银行账户号。唯一public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- 渠道名称
通联国际: CNPpublic String getChannelSubMerchantId()
public void setChannelSubMerchantId(String ChannelSubMerchantId)
ChannelSubMerchantId
- 渠道子商户号。商户IDpublic String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- 绑定状态通知地址,若为空,即不回调通知。public OpenBankProfitSharePayeeInfo getProfitSharePayeeInfo()
public void setProfitSharePayeeInfo(OpenBankProfitSharePayeeInfo ProfitSharePayeeInfo)
ProfitSharePayeeInfo
- 分账收款人信息。通联国际必选public String getExternalProfitSharingData()
public void setExternalProfitSharingData(String ExternalProfitSharingData)
ExternalProfitSharingData
- 第三方拓展信息。若无特殊说明,可为空public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境Copyright © 2023. All rights reserved.