public class CreatePayMerchantRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreatePayMerchantRequest() | 
| CreatePayMerchantRequest(CreatePayMerchantRequest 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 | getBusinessPayFlag()Get 是否开通 B2B 支付 1:开通 0:不开通 缺省:1 | 
| String | getChannelCheckFlag()Get 是否需要向渠道进行 商户信息验证 1:验证
0:不验证 | 
| String | getChannelMerchantNo()Get 渠道方收款商户编号,由渠道方(银行)提 供。 | 
| String | getMerchantName()Get 收款商户名称 | 
| String | getPlatformCode()Get 平台编号 | 
| void | setBusinessPayFlag(String BusinessPayFlag)Set 是否开通 B2B 支付 1:开通 0:不开通 缺省:1 | 
| void | setChannelCheckFlag(String ChannelCheckFlag)Set 是否需要向渠道进行 商户信息验证 1:验证
0:不验证 | 
| void | setChannelMerchantNo(String ChannelMerchantNo)Set 渠道方收款商户编号,由渠道方(银行)提 供。 | 
| void | setMerchantName(String MerchantName)Set 收款商户名称 | 
| void | setPlatformCode(String PlatformCode)Set 平台编号 | 
| 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 CreatePayMerchantRequest()
public CreatePayMerchantRequest(CreatePayMerchantRequest source)
public String getPlatformCode()
public void setPlatformCode(String PlatformCode)
PlatformCode - 平台编号public String getChannelMerchantNo()
public void setChannelMerchantNo(String ChannelMerchantNo)
ChannelMerchantNo - 渠道方收款商户编号,由渠道方(银行)提 供。public String getChannelCheckFlag()
public void setChannelCheckFlag(String ChannelCheckFlag)
ChannelCheckFlag - 是否需要向渠道进行 商户信息验证 1:验证
0:不验证public String getMerchantName()
public void setMerchantName(String MerchantName)
MerchantName - 收款商户名称public String getBusinessPayFlag()
public void setBusinessPayFlag(String BusinessPayFlag)
BusinessPayFlag - 是否开通 B2B 支付 1:开通 0:不开通 缺省:1Copyright © 2025. All rights reserved.