Class CreatePayMerchantRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreatePayMerchantRequest
-
public class CreatePayMerchantRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessPayFlag()Get 是否开通 B2B 支付 1:开通 0:不开通 缺省:1StringgetChannelCheckFlag()Get 是否需要向渠道进行 商户信息验证 1:验证 0:不验证StringgetChannelMerchantNo()Get 渠道方收款商户编号,由渠道方(银行)提 供。StringgetMerchantName()Get 收款商户名称StringgetPlatformCode()Get 平台编号voidsetBusinessPayFlag(String BusinessPayFlag)Set 是否开通 B2B 支付 1:开通 0:不开通 缺省:1voidsetChannelCheckFlag(String ChannelCheckFlag)Set 是否需要向渠道进行 商户信息验证 1:验证 0:不验证voidsetChannelMerchantNo(String ChannelMerchantNo)Set 渠道方收款商户编号,由渠道方(银行)提 供。voidsetMerchantName(String MerchantName)Set 收款商户名称voidsetPlatformCode(String PlatformCode)Set 平台编号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
-
CreatePayMerchantRequest
public CreatePayMerchantRequest()
-
CreatePayMerchantRequest
public 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.
-
-
Method Detail
-
getPlatformCode
public String getPlatformCode()
Get 平台编号- Returns:
- PlatformCode 平台编号
-
setPlatformCode
public void setPlatformCode(String PlatformCode)
Set 平台编号- Parameters:
PlatformCode- 平台编号
-
getChannelMerchantNo
public String getChannelMerchantNo()
Get 渠道方收款商户编号,由渠道方(银行)提 供。- Returns:
- ChannelMerchantNo 渠道方收款商户编号,由渠道方(银行)提 供。
-
setChannelMerchantNo
public void setChannelMerchantNo(String ChannelMerchantNo)
Set 渠道方收款商户编号,由渠道方(银行)提 供。- Parameters:
ChannelMerchantNo- 渠道方收款商户编号,由渠道方(银行)提 供。
-
getChannelCheckFlag
public String getChannelCheckFlag()
Get 是否需要向渠道进行 商户信息验证 1:验证 0:不验证- Returns:
- ChannelCheckFlag 是否需要向渠道进行 商户信息验证 1:验证 0:不验证
-
setChannelCheckFlag
public void setChannelCheckFlag(String ChannelCheckFlag)
Set 是否需要向渠道进行 商户信息验证 1:验证 0:不验证- Parameters:
ChannelCheckFlag- 是否需要向渠道进行 商户信息验证 1:验证 0:不验证
-
getMerchantName
public String getMerchantName()
Get 收款商户名称- Returns:
- MerchantName 收款商户名称
-
setMerchantName
public void setMerchantName(String MerchantName)
Set 收款商户名称- Parameters:
MerchantName- 收款商户名称
-
getBusinessPayFlag
public String getBusinessPayFlag()
Get 是否开通 B2B 支付 1:开通 0:不开通 缺省:1- Returns:
- BusinessPayFlag 是否开通 B2B 支付 1:开通 0:不开通 缺省:1
-
setBusinessPayFlag
public void setBusinessPayFlag(String BusinessPayFlag)
Set 是否开通 B2B 支付 1:开通 0:不开通 缺省:1- Parameters:
BusinessPayFlag- 是否开通 B2B 支付 1:开通 0:不开通 缺省:1
-
-