Class QueryOpenBankProfitSharePayeeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankProfitSharePayeeRequest
-
public class QueryOpenBankProfitSharePayeeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()Get 分账方绑定添加返回的AccountId,账户号和账户ID选其一StringgetAccountNo()Get 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一StringgetChannelMerchantId()Get 渠道商户号。代理商/集团IDStringgetChannelSubMerchantId()Get 渠道子商户号。商户IDStringgetCurrency()Get 使用账户号时必选StringgetEnvironment()Get 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境voidsetAccountId(String AccountId)Set 分账方绑定添加返回的AccountId,账户号和账户ID选其一voidsetAccountNo(String AccountNo)Set 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一voidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。代理商/集团IDvoidsetChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户号。商户IDvoidsetCurrency(String Currency)Set 使用账户号时必选voidsetEnvironment(String Environment)Set 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境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
-
QueryOpenBankProfitSharePayeeRequest
public QueryOpenBankProfitSharePayeeRequest()
-
QueryOpenBankProfitSharePayeeRequest
public 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.
-
-
Method Detail
-
getChannelMerchantId
public String getChannelMerchantId()
Get 渠道商户号。代理商/集团ID- Returns:
- ChannelMerchantId 渠道商户号。代理商/集团ID
-
setChannelMerchantId
public void setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。代理商/集团ID- Parameters:
ChannelMerchantId- 渠道商户号。代理商/集团ID
-
getChannelSubMerchantId
public String getChannelSubMerchantId()
Get 渠道子商户号。商户ID- Returns:
- ChannelSubMerchantId 渠道子商户号。商户ID
-
setChannelSubMerchantId
public void setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户号。商户ID- Parameters:
ChannelSubMerchantId- 渠道子商户号。商户ID
-
getAccountId
public String getAccountId()
Get 分账方绑定添加返回的AccountId,账户号和账户ID选其一- Returns:
- AccountId 分账方绑定添加返回的AccountId,账户号和账户ID选其一
-
setAccountId
public void setAccountId(String AccountId)
Set 分账方绑定添加返回的AccountId,账户号和账户ID选其一- Parameters:
AccountId- 分账方绑定添加返回的AccountId,账户号和账户ID选其一
-
getAccountNo
public String getAccountNo()
Get 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一- Returns:
- AccountNo 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一
-
setAccountNo
public void setAccountNo(String AccountNo)
Set 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一- Parameters:
AccountNo- 银行账户号要与绑定收款方时保持一致,账户号AccountNo和账户AccoutId选其一
-
getCurrency
public String getCurrency()
Get 使用账户号时必选- Returns:
- Currency 使用账户号时必选
-
setCurrency
public void setCurrency(String Currency)
Set 使用账户号时必选- Parameters:
Currency- 使用账户号时必选
-
getEnvironment
public String getEnvironment()
Get 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境- Returns:
- Environment 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境- Parameters:
Environment- 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
-
-