Class QueryOpenBankVerificationOrderRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankVerificationOrderRequest
-
public class QueryOpenBankVerificationOrderRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryOpenBankVerificationOrderRequest()QueryOpenBankVerificationOrderRequest(QueryOpenBankVerificationOrderRequest 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 云企付渠道商户号。外部接入平台入驻云企付平台后下发。StringgetChannelVerificationId()Get 云企付渠道核销订单号。与OutVerificationId不能同时为空。StringgetEnvironment()Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_StringgetOutVerificationId()Get 外部核销申请订单号。与ChannelVerificationId不能同时为空。voidsetChannelMerchantId(String ChannelMerchantId)Set 云企付渠道商户号。外部接入平台入驻云企付平台后下发。voidsetChannelVerificationId(String ChannelVerificationId)Set 云企付渠道核销订单号。与OutVerificationId不能同时为空。voidsetEnvironment(String Environment)Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_voidsetOutVerificationId(String OutVerificationId)Set 外部核销申请订单号。与ChannelVerificationId不能同时为空。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
-
QueryOpenBankVerificationOrderRequest
public QueryOpenBankVerificationOrderRequest()
-
QueryOpenBankVerificationOrderRequest
public QueryOpenBankVerificationOrderRequest(QueryOpenBankVerificationOrderRequest 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- 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
-
getChannelVerificationId
public String getChannelVerificationId()
Get 云企付渠道核销订单号。与OutVerificationId不能同时为空。- Returns:
- ChannelVerificationId 云企付渠道核销订单号。与OutVerificationId不能同时为空。
-
setChannelVerificationId
public void setChannelVerificationId(String ChannelVerificationId)
Set 云企付渠道核销订单号。与OutVerificationId不能同时为空。- Parameters:
ChannelVerificationId- 云企付渠道核销订单号。与OutVerificationId不能同时为空。
-
getOutVerificationId
public String getOutVerificationId()
Get 外部核销申请订单号。与ChannelVerificationId不能同时为空。- Returns:
- OutVerificationId 外部核销申请订单号。与ChannelVerificationId不能同时为空。
-
setOutVerificationId
public void setOutVerificationId(String OutVerificationId)
Set 外部核销申请订单号。与ChannelVerificationId不能同时为空。- Parameters:
OutVerificationId- 外部核销申请订单号。与ChannelVerificationId不能同时为空。
-
getEnvironment
public String getEnvironment()
Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Returns:
- Environment 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Parameters:
Environment- 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
-