Class ModifyMerchantRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ModifyMerchantRequest
-
public class ModifyMerchantRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyMerchantRequest()ModifyMerchantRequest(ModifyMerchantRequest 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 支付标志。是否开通 B2B支付, 1:开通 0:不开通。StringgetMerchantAppId()Get 进件成功后返给商户的AppIdStringgetMerchantName()Get 收款商户名称voidsetBusinessPayFlag(String BusinessPayFlag)Set B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。voidsetMerchantAppId(String MerchantAppId)Set 进件成功后返给商户的AppIdvoidsetMerchantName(String MerchantName)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
-
ModifyMerchantRequest
public ModifyMerchantRequest()
-
ModifyMerchantRequest
public ModifyMerchantRequest(ModifyMerchantRequest 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
-
getMerchantAppId
public String getMerchantAppId()
Get 进件成功后返给商户的AppId- Returns:
- MerchantAppId 进件成功后返给商户的AppId
-
setMerchantAppId
public void setMerchantAppId(String MerchantAppId)
Set 进件成功后返给商户的AppId- Parameters:
MerchantAppId- 进件成功后返给商户的AppId
-
getMerchantName
public String getMerchantName()
Get 收款商户名称- Returns:
- MerchantName 收款商户名称
-
setMerchantName
public void setMerchantName(String MerchantName)
Set 收款商户名称- Parameters:
MerchantName- 收款商户名称
-
getBusinessPayFlag
public String getBusinessPayFlag()
Get B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。- Returns:
- BusinessPayFlag B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。
-
setBusinessPayFlag
public void setBusinessPayFlag(String BusinessPayFlag)
Set B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。- Parameters:
BusinessPayFlag- B2B 支付标志。是否开通 B2B支付, 1:开通 0:不开通。
-
-