Class QueryOpenBankRefundOrderRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankRefundOrderRequest
-
public class QueryOpenBankRefundOrderRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryOpenBankRefundOrderRequest()QueryOpenBankRefundOrderRequest(QueryOpenBankRefundOrderRequest 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 渠道商户号。StringgetChannelRefundId()Get 渠道退款订单号,与外部商户退款单号二者选填其一。StringgetEnvironment()Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_StringgetOutRefundId()Get 外部商户退单号,与渠道退款单号二者选填其一。voidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。voidsetChannelRefundId(String ChannelRefundId)Set 渠道退款订单号,与外部商户退款单号二者选填其一。voidsetEnvironment(String Environment)Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_voidsetOutRefundId(String OutRefundId)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
-
QueryOpenBankRefundOrderRequest
public QueryOpenBankRefundOrderRequest()
-
QueryOpenBankRefundOrderRequest
public QueryOpenBankRefundOrderRequest(QueryOpenBankRefundOrderRequest 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 渠道商户号。- Returns:
- ChannelMerchantId 渠道商户号。
-
setChannelMerchantId
public void setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。- Parameters:
ChannelMerchantId- 渠道商户号。
-
getOutRefundId
public String getOutRefundId()
Get 外部商户退单号,与渠道退款单号二者选填其一。- Returns:
- OutRefundId 外部商户退单号,与渠道退款单号二者选填其一。
-
setOutRefundId
public void setOutRefundId(String OutRefundId)
Set 外部商户退单号,与渠道退款单号二者选填其一。- Parameters:
OutRefundId- 外部商户退单号,与渠道退款单号二者选填其一。
-
getChannelRefundId
public String getChannelRefundId()
Get 渠道退款订单号,与外部商户退款单号二者选填其一。- Returns:
- ChannelRefundId 渠道退款订单号,与外部商户退款单号二者选填其一。
-
setChannelRefundId
public void setChannelRefundId(String ChannelRefundId)
Set 渠道退款订单号,与外部商户退款单号二者选填其一。- Parameters:
ChannelRefundId- 渠道退款订单号,与外部商户退款单号二者选填其一。
-
getEnvironment
public String getEnvironment()
Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Returns:
- Environment 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Parameters:
Environment- 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
-