Class ApplyOpenBankOrderDetailReceiptRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ApplyOpenBankOrderDetailReceiptRequest
-
public class ApplyOpenBankOrderDetailReceiptRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyOpenBankOrderDetailReceiptRequest()ApplyOpenBankOrderDetailReceiptRequest(ApplyOpenBankOrderDetailReceiptRequest 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 渠道商户IDStringgetChannelName()Get 渠道名称,目前只支持ALIPAYStringgetChannelOrderId()Get 云企付平台订单号StringgetChannelSubMerchantId()Get 渠道子商户IDStringgetEnvironment()Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_StringgetOutApplyId()Get 外部回单申请编号StringgetPaymentMethod()Get 支付方式,目前只支持SAFT_ISVvoidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户IDvoidsetChannelName(String ChannelName)Set 渠道名称,目前只支持ALIPAYvoidsetChannelOrderId(String ChannelOrderId)Set 云企付平台订单号voidsetChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户IDvoidsetEnvironment(String Environment)Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_voidsetOutApplyId(String OutApplyId)Set 外部回单申请编号voidsetPaymentMethod(String PaymentMethod)Set 支付方式,目前只支持SAFT_ISVvoidtoMap(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
-
ApplyOpenBankOrderDetailReceiptRequest
public ApplyOpenBankOrderDetailReceiptRequest()
-
ApplyOpenBankOrderDetailReceiptRequest
public ApplyOpenBankOrderDetailReceiptRequest(ApplyOpenBankOrderDetailReceiptRequest 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
-
getOutApplyId
public String getOutApplyId()
Get 外部回单申请编号- Returns:
- OutApplyId 外部回单申请编号
-
setOutApplyId
public void setOutApplyId(String OutApplyId)
Set 外部回单申请编号- Parameters:
OutApplyId- 外部回单申请编号
-
getChannelMerchantId
public String getChannelMerchantId()
Get 渠道商户ID- Returns:
- ChannelMerchantId 渠道商户ID
-
setChannelMerchantId
public void setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户ID- Parameters:
ChannelMerchantId- 渠道商户ID
-
getChannelSubMerchantId
public String getChannelSubMerchantId()
Get 渠道子商户ID- Returns:
- ChannelSubMerchantId 渠道子商户ID
-
setChannelSubMerchantId
public void setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户ID- Parameters:
ChannelSubMerchantId- 渠道子商户ID
-
getChannelName
public String getChannelName()
Get 渠道名称,目前只支持ALIPAY- Returns:
- ChannelName 渠道名称,目前只支持ALIPAY
-
setChannelName
public void setChannelName(String ChannelName)
Set 渠道名称,目前只支持ALIPAY- Parameters:
ChannelName- 渠道名称,目前只支持ALIPAY
-
getPaymentMethod
public String getPaymentMethod()
Get 支付方式,目前只支持SAFT_ISV- Returns:
- PaymentMethod 支付方式,目前只支持SAFT_ISV
-
setPaymentMethod
public void setPaymentMethod(String PaymentMethod)
Set 支付方式,目前只支持SAFT_ISV- Parameters:
PaymentMethod- 支付方式,目前只支持SAFT_ISV
-
getChannelOrderId
public String getChannelOrderId()
Get 云企付平台订单号- Returns:
- ChannelOrderId 云企付平台订单号
-
setChannelOrderId
public void setChannelOrderId(String ChannelOrderId)
Set 云企付平台订单号- Parameters:
ChannelOrderId- 云企付平台订单号
-
getEnvironment
public String getEnvironment()
Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Returns:
- Environment 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Parameters:
Environment- 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
-