public class CreateOpenBankExternalSubMerchantRegistrationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateOpenBankExternalSubMerchantRegistrationRequest() | 
| CreateOpenBankExternalSubMerchantRegistrationRequest(CreateOpenBankExternalSubMerchantRegistrationRequest 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 | getBusinessLicenseNumber()Get 社会信用代码。 | 
| String | getChannelMerchantId()Get 渠道商户ID。 | 
| String | getChannelName()Get 渠道名称。详见附录-云企付枚举类说明-ChannelName。
__TENPAY__: 商企付
__WECHAT__: 微信支付
__ALIPAY__: 支付宝 | 
| String | getEnvironment()Get 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_ | 
| String | getExternalSubMerchantRegistrationData()Get 第三方子商户进件信息,为JSON格式字符串。详情见附录-复杂类型。 | 
| String | getLegalName()Get 法人姓名。 | 
| String | getNotifyUrl()Get 通知地址。 | 
| String | getOutRegistrationNo()Get 外部进件序列号。 | 
| String | getOutSubMerchantDescription()Get 外部子商户描述。 | 
| String | getOutSubMerchantId()Get 外部子商户ID,平台侧商户唯一ID。 | 
| String | getOutSubMerchantName()Get 外部子商户名称。 | 
| String | getOutSubMerchantShortName()Get 外部子商户简称。 | 
| String | getPaymentMethod()Get 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
__EBANK_PAYMENT__: ebank支付
__OPENBANK_PAYMENT__: openbank支付 | 
| void | setBusinessLicenseNumber(String BusinessLicenseNumber)Set 社会信用代码。 | 
| void | setChannelMerchantId(String ChannelMerchantId)Set 渠道商户ID。 | 
| void | setChannelName(String ChannelName)Set 渠道名称。详见附录-云企付枚举类说明-ChannelName。
__TENPAY__: 商企付
__WECHAT__: 微信支付
__ALIPAY__: 支付宝 | 
| void | setEnvironment(String Environment)Set 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_ | 
| void | setExternalSubMerchantRegistrationData(String ExternalSubMerchantRegistrationData)Set 第三方子商户进件信息,为JSON格式字符串。详情见附录-复杂类型。 | 
| void | setLegalName(String LegalName)Set 法人姓名。 | 
| void | setNotifyUrl(String NotifyUrl)Set 通知地址。 | 
| void | setOutRegistrationNo(String OutRegistrationNo)Set 外部进件序列号。 | 
| void | setOutSubMerchantDescription(String OutSubMerchantDescription)Set 外部子商户描述。 | 
| void | setOutSubMerchantId(String OutSubMerchantId)Set 外部子商户ID,平台侧商户唯一ID。 | 
| void | setOutSubMerchantName(String OutSubMerchantName)Set 外部子商户名称。 | 
| void | setOutSubMerchantShortName(String OutSubMerchantShortName)Set 外部子商户简称。 | 
| void | setPaymentMethod(String PaymentMethod)Set 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
__EBANK_PAYMENT__: ebank支付
__OPENBANK_PAYMENT__: openbank支付 | 
| 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, toJsonStringpublic CreateOpenBankExternalSubMerchantRegistrationRequest()
public CreateOpenBankExternalSubMerchantRegistrationRequest(CreateOpenBankExternalSubMerchantRegistrationRequest source)
public String getOutRegistrationNo()
public void setOutRegistrationNo(String OutRegistrationNo)
OutRegistrationNo - 外部进件序列号。public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId - 渠道商户ID。public String getOutSubMerchantId()
public void setOutSubMerchantId(String OutSubMerchantId)
OutSubMerchantId - 外部子商户ID,平台侧商户唯一ID。public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 渠道名称。详见附录-云企付枚举类说明-ChannelName。
__TENPAY__: 商企付
__WECHAT__: 微信支付
__ALIPAY__: 支付宝public String getPaymentMethod()
public void setPaymentMethod(String PaymentMethod)
PaymentMethod - 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
__EBANK_PAYMENT__: ebank支付
__OPENBANK_PAYMENT__: openbank支付public String getBusinessLicenseNumber()
public void setBusinessLicenseNumber(String BusinessLicenseNumber)
BusinessLicenseNumber - 社会信用代码。public String getOutSubMerchantName()
public void setOutSubMerchantName(String OutSubMerchantName)
OutSubMerchantName - 外部子商户名称。public String getLegalName()
public void setLegalName(String LegalName)
LegalName - 法人姓名。public String getOutSubMerchantShortName()
public void setOutSubMerchantShortName(String OutSubMerchantShortName)
OutSubMerchantShortName - 外部子商户简称。public String getOutSubMerchantDescription()
public void setOutSubMerchantDescription(String OutSubMerchantDescription)
OutSubMerchantDescription - 外部子商户描述。public String getExternalSubMerchantRegistrationData()
public void setExternalSubMerchantRegistrationData(String ExternalSubMerchantRegistrationData)
ExternalSubMerchantRegistrationData - 第三方子商户进件信息,为JSON格式字符串。详情见附录-复杂类型。public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl - 通知地址。public String getEnvironment()
public void setEnvironment(String Environment)
Environment - 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_Copyright © 2025. All rights reserved.