Class CloseOpenBankPaymentOrderRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloseOpenBankPaymentOrderRequest
-
public class CloseOpenBankPaymentOrderRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloseOpenBankPaymentOrderRequest()CloseOpenBankPaymentOrderRequest(CloseOpenBankPaymentOrderRequest 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 StringgetChannelMerchantId()Get 渠道商户ID,云企付平台下发给外部接入平台。StringgetChannelOrderId()Get 云企付平台订单号,与OutOrderId不能同时为空StringgetEnvironment()Get 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境StringgetOutOrderId()Get 外部商户订单号,与ChannelOrderId不能同时为空voidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户ID,云企付平台下发给外部接入平台。voidsetChannelOrderId(String ChannelOrderId)Set 云企付平台订单号,与OutOrderId不能同时为空voidsetEnvironment(String Environment)Set 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境voidsetOutOrderId(String OutOrderId)Set 外部商户订单号,与ChannelOrderId不能同时为空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
-
CloseOpenBankPaymentOrderRequest
public CloseOpenBankPaymentOrderRequest()
-
CloseOpenBankPaymentOrderRequest
public CloseOpenBankPaymentOrderRequest(CloseOpenBankPaymentOrderRequest 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,云企付平台下发给外部接入平台。
-
getOutOrderId
public String getOutOrderId()
Get 外部商户订单号,与ChannelOrderId不能同时为空- Returns:
- OutOrderId 外部商户订单号,与ChannelOrderId不能同时为空
-
setOutOrderId
public void setOutOrderId(String OutOrderId)
Set 外部商户订单号,与ChannelOrderId不能同时为空- Parameters:
OutOrderId- 外部商户订单号,与ChannelOrderId不能同时为空
-
getChannelOrderId
public String getChannelOrderId()
Get 云企付平台订单号,与OutOrderId不能同时为空- Returns:
- ChannelOrderId 云企付平台订单号,与OutOrderId不能同时为空
-
setChannelOrderId
public void setChannelOrderId(String ChannelOrderId)
Set 云企付平台订单号,与OutOrderId不能同时为空- Parameters:
ChannelOrderId- 云企付平台订单号,与OutOrderId不能同时为空
-
getEnvironment
public String getEnvironment()
Get 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境- Returns:
- Environment 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境- Parameters:
Environment- 接入环境。沙箱环境填 sandbox。缺省默认调用生产环境
-
-